function gaNaarFrame(iTemp,sImageName){
//alert(top.topFrame.doPassVar);
if (top.topFrame.doPassVar){
	if (sImageName == undefined){
		//alert('test 0');
		top.topFrame.doPassVar('../panoramas/vloot/001.jpg');	
	}
	else{
		//alert('test 1:'+sImageName+'');
		top.topFrame.doPassVar('../panoramas/'+sImageName+'');
	}
}
else{
	top.topFrame.MM_controlShockwave('0','','GotoFrame',''+iTemp+'');
}



//alert('test1')
}

function selectContact(){
	//if (document.location.href == "http://www.cruiseplus.nl/") {
		document.location.href =  "contact/flinter_groep.html";
	//}
}

function setMailTo(pEmail){
	t_String = ('<a href="mailto:'+pEmail+'">'+pEmail+'</a>');
	return (t_String);
}

function openPopUp(URL,width,height) {
	window.open(URL,"vergeten","width="+width+",height="+height+",left=0,top=0,toolbar=0,menubar=0,location=0,status=0,directories=0,scrollbars=0,resizable=1");
}


