
function flipPage () { window.location.href=(document.PageFlipForm.pageToGoTo.options [document.PageFlipForm.pageToGoTo.selectedIndex].value); document.PageFlipForm.pageToGoTo.selectedIndex="0"; }

function LT_superLoad(inImage) { var xxx = new Image (1,1); xxx.src = inImage; }

function LT_preloadImages() {
  var d=document; if(d.images) { if(!d.LT_p) d.LT_p=new Array();
  var i,j=d.LT_p.length,a=LT_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.LT_p[j]=new Image; d.LT_p[j++].src=a[i];}}
}


function SG_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
