var normal_image = new Image();
var mouseover_image = new Image();

function preloadimages() {
normal_image.src = "../images/posta_zel.jpg";
mouseover_image.src = "../images/posta_high_zel.jpg";
}

function ColourRoll(src,colour)
	{src.style.backgroundColor=colour;}

function swap(){
	if (document.images){
		for (var x=0; x<swap.arguments.length; x+=2) {
		document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
		}
	}
}

function getinfo(id,titulek)
{
var strPgm='send_print.php?status=get_mail&id='+id+'&titulek='+titulek;
window.open(strPgm,'newwindow','toolbar=no,menubar=no,status=no,scrollbars=yes,width=560,height=490,resizable=yes,alwaysRaised=yes');
}

function ukaz(obrazek,vyska,sirka){
	var sVlastnosti="height="+eval(vyska)+",width="+eval(sirka);
	var aaa = window.open("", "_blank", sVlastnosti);
	if (aaa){
		aaa.focus()
		aaa.document.open()
		aaa.document.write("<html><head><title>"+obrazek+"</title></head>");
		aaa.document.write("<body background="+'"'+obrazek+'"'+">");
		aaa.document.write("<FORM><INPUT TYPE='button' VALUE='Close' onClick='window.close()'></FORM>");
		aaa.document.write("</body></html>")
		aaa.document.close()
	}
	else
		alert("Nepovedlo se otevrit nove okno")
}
