function Page_Print(intPID){
  if (window.print) {
    this.focus();
    setTimeout('window.print();',200);
  } else {
    alert("Toets 'Ctrl+p' op uw toetsenbord om te printen.");
  }
}

function setImage(img,trs){
	document.all["fotoflash"].src = "../flash/iframeFlash.asp?IMG=" + img + "&TRS=" + trs;
}
function gotoPage(navID,itemID){
	if ( itemID==undefined ) {
		itemID = 0
	}
	window.location.href = "index.asp?page=" + navID + "&item=" + itemID + "&lanid=1"
}
function popupImage(parImage, parTitle){
	window.open("cmpage/PhotoPopUp.asp?img="+parImage+"&title="+parTitle,"Photo",'height=250,width=250,status=no,toolbar=no,menubar=no,location=no,top=150,left=150');
}
function openLocatie() {
	window.open("http://tools.locatienet.com/location/map.asp?config_id=7085&language=dutch&address=577434_5146566___5751PW___NL_5&zoom=1&bgcolor=FCFBFC&logo=www.koonings.com/gfx/logoKooningsLoc.gif", "locatieNetWindow", "width=600, height=486");
}

