/* Just some Javascript for the news pages... */ function interview() { window.open("","interview_window","toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=1,resizable=0,width=400,height=400,top=111,left=111"); } function navigation() { window.open('','navigation_window','toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=0,resizable=0,width=200,height=200,top=120,left=300'); } function book() { window.open('','book_window','toolbar=0,location=0,directories=0,statusbar=0,menubar=0,scrollbars=0,resizable=0,width=400,height=400,top=120,left=300'); } closetime = 10; // Close window after __ number of seconds? // 0 = do not close, anything else = number of seconds function Start(URL, WIDTH, HEIGHT) { windowprops = "left=50,top=50,width=" + WIDTH + ",height=" + HEIGHT; preview = window.open(URL, "preview", windowprops); if (closetime) setTimeout("preview.close();", closetime*1000); } function doPopup() { url = "merch_pop.html"; width = 350; // width of window in pixels height = 350; // height of window in pixels delay = 1; // time in seconds before popup opens timer = setTimeout("Start(url, width, height)", delay*1000); } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i