/*Deze file wordt nergens meer gebruikt behalve in includes\standaard_head_vulling_inc.asp */

function OpenBBG(link) {
	if (link.substr(0, 3) == "pcn")
	{ var url = "http://www.fontys.nl/home/medewerker_popup.aspx?" + link; }
	else
	{ var url = "http://www.fontys.nl/home/medewerker_popup.aspx?id=" + link; }
	var win = window.open(url, 'link', 'toolbar=no,location=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=225');
}

function ThumbnailTonenWindow(href, titel, w, h) {
	w = w + 20;
	h = h + 40;
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	props = 'height=' + h + ',width=' + w + ',top=' + t + ',left=' + l + ',scrollbars=no'
	win = window.open('/generiek/modules/tekst/thumbpopupwindow.asp?imgurl=' + href + '&amp;titel=' + escape(titel), 'winpopup', props)
	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}




