function MM_openBrWindow(theURL,winName,width,height) { //v2.0
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}


 ustawienia=
 "left=" + (aw-width)/2 + ","
 +"top=" + (ah-height)/2 + ","
 +"screenX=" + (aw-width)/2 + ","
 +"screenY=" + (ah-height)/2 + ","
 +"width=" + width + ","
 +"height=" + height + ","
 +"innerWidth=" + width + ","
 +"innerHeight=" + height + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=yes,"
 +"menubar=no,"
 +"scrollbars=yes,"
 +"resizable=no"
 window.open(theURL,winName,ustawienia);
}

function dodajDoUlubionych() {
	if (window.external) {
	external.AddFavorite('http://www.essa.com.pl', 'Essa')
	}
}
