//
// Copyright (c) 2007 by Powers Enterprise LLC
// 
// 



var WinOp = 0

function MovieDay() {


	 WinOp = window.open("", "TheWin", "top=0, left=80, scrollbars=yes, resizable=yes, height=600, width=860");    

   WinOp.document.writeln("<HTML>")
   WinOp.document.writeln("<HEAD>")
   WinOp.document.writeln("<TITLE>Free Movie Tickets</TITLE>")
   WinOp.document.writeln("</HEAD>")
   
   WinOp.document.writeln( '<FRAMESET name="theFrameSet" COLS="200,*" >')
   WinOp.document.writeln( '<FRAME name="f0" src="./frames/Honolulu_movies_A.html" frameborder="0" scrolling="no" noresize>')
   WinOp.document.writeln( '<FRAME name="f1" src="http://us.imdb.com/showtimes/location/96801/40m/cinema"  frameborder="0" scrolling="auto">')
   
   
   WinOp.document.writeln( '<NOFRAMES>') 
   WinOp.document.writeln( '<BODY BGCOLOR="#FFFFFF">')
   WinOp.document.writeln( '<P><I>Please use a browser that can view frames.</I></P>')
   WinOp.document.writeln( '</BODY>')
   WinOp.document.writeln( '</NOFRAMES>')
   
   
   WinOp.document.writeln( '</FRAMESET>')
   
   WinOp.document.writeln( '</html>')

} 




function BeachMovie() {


	 WinOp = window.open("", "TheWin", "top=0, left=40, scrollbars=yes, resizable=yes, height=660, width=950");      
      
   WinOp.document.writeln("<HTML>")
   WinOp.document.writeln("<HEAD>")
   WinOp.document.writeln("<TITLE>Free Movie at Waikiki Beach</TITLE>")
   WinOp.document.writeln("</HEAD>")
   
   WinOp.document.writeln( '<FRAMESET name="theFrameSet" COLS="200,*" >')
   WinOp.document.writeln( '<FRAME name="f2" src="./frames/Beach_movie_A.html" frameborder="0" scrolling="no" noresize>')
   WinOp.document.writeln( '<FRAME name="f3" src="http://www.waikikiimprovement.com/UPLOADS/Sunset.pdf"  frameborder="0" scrolling="auto">')
   WinOp.document.writeln( '<NOFRAMES>')
    
    
   WinOp.document.writeln( '<BODY BGCOLOR="#FFFFFF">')
   WinOp.document.writeln( '<P><I>Please use a browser that can view frames.</I></P>')
   WinOp.document.writeln( '</BODY>')
   WinOp.document.writeln( '</NOFRAMES>')
   
   
   WinOp.document.writeln( '</FRAMESET>')
   
   WinOp.document.writeln( '</html>')

} 




function MovieTest() {


	 WinOp = window.open("", "TheWin", "top=0, left=80, scrollbars=yes, resizable=yes, height=600, width=860");    

   WinOp.document.writeln("<HTML>")
   WinOp.document.writeln("<HEAD>")
   WinOp.document.writeln("<TITLE>Free Movie Tickets</TITLE>")
   WinOp.document.writeln("</HEAD>")
   
   WinOp.document.writeln( '<FRAMESET name="theFrameSet" COLS="200,*" >')
   WinOp.document.writeln( '<FRAME name="f0" src="./frames/Honolulu_movies_A.html" frameborder="0" scrolling="no" noresize>')
   WinOp.document.writeln( '<FRAME name="f1" src="http://us.imdb.com/showtimes/location/96801/40m/cinema"  frameborder="0" scrolling="auto">')
   
   
   WinOp.document.writeln( '<NOFRAMES>') 
   WinOp.document.writeln( '<BODY BGCOLOR="#FFFFFF">')
   WinOp.document.writeln( '<P><I>Please use a browser that can view frames.</I></P>')
   WinOp.document.writeln( '</BODY>')
   WinOp.document.writeln( '</NOFRAMES>')
   
   
   WinOp.document.writeln( '</FRAMESET>')
   
   WinOp.document.writeln( '</html>')

} 
