function OpenWin() {
	FotoWindow = window.open("/about/contact.php", "pop2", "Width=800px, Height=600px, center=yes, location=0, status=1, menubar=0, scrollbars=1, resizable=1, help=0, toolbar=no");
	FotoWindow.focus();
}

function prview()
{
	//var prin_t = document.getElementById("noprint");
	//prin_t.style.display="none";
	
	var content = document.getElementById("content");
	var img = content.getElementsByTagName('IMG');
	img[0].setAttribute("src","/files/map_print.gif");
	
	document.body.innerHTML = content.innerHTML;
	
//alert(document.body.innerHTML);
//alert(im[0].getAttribute("src"));

	print();
}
