function MM_openBrWindow(theURL,winName,features) {
	img =  window.open(theURL,winName,features);
	img.focus(); /* revise for netscape */
}

function MM_preloadImages() {
	var d = document;
	if( d.images ){
		var i,a = MM_preloadImages.arguments,arr=a[0],j = arr.length;
		for( i = 1; i < a.length; i++)
    			if( a[i].indexOf("#") != 0 ){
				arr[j] = new Image;
				arr[j++].src = a[i];
		}
	}
}
function vote(co)
{
	oknow=parent.window.open("vote.php?co="+co,"vote","width=170,height=370,scrollbars=0,resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,fullscreen=0")
}
function hodnot(kod,num)
{
	oknow=parent.window.open("hodnot.php?kod="+kod+"&num="+num,"hodnot","width=160,height=100,scrollbars=0,resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,fullscreen=0")
}