if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

function popupVenster(url, target, breedte, hoogte, toolbar, menubar, buttons, location, dirs, status, resizeable, scrollbars) 
{
	props = "";
	if (breedte != 0) props = ",width="+breedte;
	if (hoogte != 0) props += ",height="+hoogte;
	if (toolbar != "no") props += ",toolbar=yes";
	if (menubar != "no") props += ",menubar=yes";
	if (buttons != "no") props += ",buttons=yes";
	if (location != "no") props += ",location=yes";
	if (dirs != "no") props += ",directories=yes";
	if (status != "no") props += ",status=yes";
	if (resizeable != "no") props += ",resizable=yes";
	if (scrollbars != "no") props += ",scrollbars=yes"


 	if (props!="") props = props.substr(1);
	window.open( url, target, props);
}

function popUp(url, target, breedte, hoogte, toolbar, menubar, buttons, location, dirs, status, resizeable, scrollbars) 
{
	props = "";
	if (breedte != 0) props = ",width="+breedte;
	if (hoogte != 0) props += ",height="+hoogte;
	if (toolbar != "no") props += ",toolbar=yes";
	if (menubar != "no") props += ",menubar=yes";
	if (buttons != "no") props += ",buttons=yes";
	if (location != "no") props += ",location=yes";
	if (dirs != "no") props += ",directories=yes";
	if (status != "no") props += ",status=yes";
	if (resizeable != "no") props += ",resizable=yes";
	if (scrollbars != "no") props += ",scrollbars=yes"


 	if (props!="") props = props.substr(1);
	window.open( url, target, props);
}
