function MM_preloadImages() {

  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();

    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)

    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}

}

function NewWindow(url){
	wasOpen = false;
	win = window.open(url);
	return (typeof(win)=='object')?true:false;
}

function PopupImg(img, name, w, h){
	wasOpen = false;
	win=window.open("",name, "toolbar=no, location=no, resizable=yes, scrollbars=no, top=20, left=20, menubar=0, width="+w+", height="+h+", copyhistory=no");
	win.document.write("<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"cs\" lang=\"cs\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1250\" />\n<title>CUZZS</title>\n<link href=\"popup.css\" rel=\"stylesheet\" type=\"text/css\" />\n");
	win.document.write("</head>\n<body>\n");
	win.document.write("<img src="+img+" width="+w+" height="+h+" border=\"0\" alt=\"Klikni pro zavøení okna\" onClick=\"window.close()\" />\n");
	win.document.write("</body>\n</html>");
	return (typeof(win)=='object')?true:false;
}


