
var urlAddress = this.location;
var pageName = document.title;

function addToFavorites(){
	if (window.external){
		window.external.AddFavorite(urlAddress,pageName)
;
        }
	else{ 
		alert("Sorry! Your browser doesn't support this function.");
		}
}

function ablak(kepnev)
         {
         self.name = "lapkep";
         info = window.open ('','ablak','WIDTH=640, HEIGHT=876, directories=no')
         if(info != null)
                 {
                 if(info.opener == null)
                                {
                                info.opener = self;
                                }
                 }
         info.document.clear()
         info.document.open()
         info.document.write("<HTML><HEAD><TITLE>Bowling Center Kecskemét</TITLE></HEAD>");
         info.document.write("<BODY bgcolor=#000000 leftmargin=0 topmargin=0>");
         info.document.write("<table width='100%' border='0' cellpadding='0' cellspacing='0'><img src='img/");
         info.document.write(kepnev);
         info.document.write("' width='640' height='876' border='0'></table>");
         info.document.write("</BODY></HTML>");
         info.document.close();
         }
