
////////////////////////////////////////////////

function setLink(mainM,subM){
	 parent.content.location.href = "cont_" + mainM + "_" + subM + ".htm"
	 parent.head.headPic.src = "../images/cont_" + mainM + "_" + subM + ".jpg"
}

function setCont(who,photo){
	if (photo){
		parent.menu.location.href = "../db/r_m.php"
	} else {
		parent.menu.location.href = "menu_" + who + ".php"
	}
	parent.content.location.href = "cont_" + who + ".htm"
	parent.head.headPic.src = "../images/cont_" + who + ".jpg"
}

function openPicWin(imageSrc) {
	newWindow = window.open("","picWin","width=1,height=1");
	newWindow.document.open();
	newWindow.document.write('<html><title>::: KRÄMERWIRT.AT :::</title><head><script language="javascript">');
	newWindow.document.write('function init(){alert(document.images.openImage.height)}</script></head>');
	newWindow.document.write('<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onLoad="window.resizeTo(document.images.openImage.width+40,document.images.openImage.height+56)" onBlur="this.close()">');
	newWindow.document.write('<table width=100% height=100% border=0 cellspacing=0 cellpadding=0><tr><td align=center valign=middle>');
	newWindow.document.write('<img src='+imageSrc+' name="openImage" border=0>'); 
	newWindow.document.write('</td></tr></table>');
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();
}

function openPopUp(){
	window.open("cont_pop.htm","picWin","width=500,height=800,resizeable=no,status=no,toolbar=no,menubar=no");
	//window.open("cont_pop.htm","picWin","width=720,height=520,resizeable=no,status=no,toolbar=no,menubar=no");
}
///////////////////////////////////////////////
