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

 var RefWin = 0
	  
function zoom(theimage, wd, ht) {

	if(RefWin != 0)
		RefWin.close()
	
	RefWin = window.open('', 'Photo', "width="+wd+",height="+ht+",scrollbars=no, menubar=no, status=no, resizable=no, left=100, top=0")


RefWin.document.writeln( "<html>")
RefWin.document.writeln( "<TITLE> _ _ _ _ _ _  PowersEnterprise.com _ _ _ _ _ _ _ _ _ _ _ _   </TITLE>")
RefWin.document.writeln( "<body leftmargin=" + '"' + "0" + '"' + " topmargin=" + '"' + "0" + '"' + " marginwidth=" + '"' + "0" + '"' + " marginheight=" + '"' + "0" + '"' + ">")


	RefWin.document.write("<A HREF=" + '"' + "javascript:window.close" + "(" + ")" + '"' + ">")
	RefWin.document.write( "<IMG SRC =" + '"'
		+ theimage + '"' 
		+ " BORDER=" + '"' + "0" + '"'+ "> ")
	RefWin.document.writeln( "</A>")

RefWin.document.writeln( "</body>")
RefWin.document.writeln( "</html>")

} 



var WinOp = 0

function openIt(thePath, WinName) {

     WinOp = window.open(thePath, WinName , 'height=550, width=800, menubar=no,scrollbars=yes,resizable=yes, left=50, top=0');
}




function OpenThis(thisPath) {

       var path =  thisPath;
       var myWin = window.open("____ SunsetOnTheBeach.net _____________", "TheWin", "top=0, left=210, scrollbars=yes, resizable=yes, height=550, width=800");      
      
       myWin.focus();        
       myWin.location.replace(path); 
       
 }
 
 
 
 function sendemail()
{
	window.open('./contact/index.html', '', 'width=800, height=500, resizable=yes, toolbar=yes, scrollbars=yes' );	
}
    
