
    
    
function MooWin() {
	
       var path =  "http://us.imdb.com/showtimes/location/96801/40m/cinema";
       var myWin = window.open("", "TheWin", "top=0, left=210, scrollbars=yes, resizable=yes, height=600, width=700");      
           
       myWin.focus();        
       myWin.location.replace(path); 
            
    }
    
    
function TestWin() {

       var path =  "http://www.BarrettFineArt.com";
       
       path =  'http://www.google.com/custom?q=free+movie+tickets&sa=Search&client=pub-8670627026261191&forid=1&ie=ISO-8859-1&oe=ISO-8859-1&safe=active&cof=GALT%3A%23008000%3BGL%3A1%3BDIV%3A%23336699%3BVLC%3A663399%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3A336699%3BALC%3A0000FF%3BLC%3A0000FF%3BT%3A000000%3BGFNT%3A0000FF%3BGIMP%3A0000FF%3BFORID%3A1%3B&hl=en';
    
       var myWinF = window.open("", "TheWin", "top=0, left=30, scrollbars=yes, resizable=yes, height=500, width=300");      
      
       myWinF.focus();        
       myWinF.location.replace(path); 
       myWinF.blur();
       window.focus();
       
    }
    
    

function DoMovieWin() {

       var path =  "frames/Honolulu_movies.html";
       var myWin = window.open("", "TheWin", "top=0, left=210, scrollbars=yes, resizable=yes, height=600, width=700");      
      
       myWin.focus();        
       myWin.location.replace(path);
       
 }
    
    
function pausecomp(millis) 
{
var date = new Date();
var curDate = null;

do { curDate = new Date(); } 
while(curDate-date < millis);
} 



    
    
function SunBeachMovie() {

       var path =  "http://www.waikikiimprovement.com/UPLOADS/Sunset.pdf";
       var myWin = window.open("____ SunsetOnTheBeach.net _____________", "TheWin", "top=0, left=210, scrollbars=yes, resizable=yes, height=600, width=780");      
      
       myWin.focus();        
       myWin.location.replace(path); 
       
       myWin.title = " SunsetOnTheBeach.net ____________________ ";
       myWin.status = "SunsetonTheBeach.net";
       
       

    }
    
function TheBeachMovie() {

       var path =  "./zmovie/Sunset.pdf";
       var myWin = window.open("____ SunsetOnTheBeach.net _____________", "TheWin", "top=0, left=210, scrollbars=yes, resizable=yes, height=600, width=780");      
      
       myWin.focus();        
       myWin.location.replace(path); 
       
       myWin.title = " SunsetOnTheBeach.net ____________________ ";
       myWin.status = "SunsetonTheBeach.net";
       
       

    }




