//
// 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>")

} 


function openIt(thePath, theName) {

		 
     var myWin = window.open(thePath, theName , "height=550, width=800, menubar=no,scrollbars=yes,resizable=yes, left=150, top=0");

     myWin.focus();        
     myWin.location.replace(thePath); 

}


 function KaimiOil() {

       var path =  "http://www.LubeDealer.Com/Kaimi";
       var myWin = window.open("", "DanielKaimi", "top=0, left=210, scrollbars=yes, resizable=yes, height=600, width=700");      
      
       myWin.focus();        
       myWin.location.replace(path); 
       
       

    }
    
    
    
    
 function KaimiBucks() {

       var path =  "http://powercash.biz/daniel-kaimi/";
       var myWin = window.open("", "DanielKaimi", "top=0, left=60, menubar=yes, location=yes, scrollbars=yes, resizable=yes, height=600, width=900");      
      
       myWin.focus();        
       myWin.location.replace(path); 
       
       

    }
 
 
    
