

// load xml met cache-disabler
function nocache(a,b){
	num = Math.random();
	num = (num*(b-a))+a;
	num = Math.round(num);
	return num;
}

function launchpdfwin(winurl)
{
	var newwin = window.open(winurl,'','');
	if (newwin != null)
		newwin.focus();
}


/* fucnties vanuit flash aangeroepen */
//wissel positie (in hoogte) van homebtns
function switchBg(togg){

}

	
function popItUp(strURL,strType,strHeight,strWidth) {
	var strOptions="";
	strOptions="status,scrollbars,location,height="+strHeight+",width="+strWidth;
	window.open(strURL, 'newWin', strOptions);
}