var isIE = (navigator.appName.indexOf("Microsoft") != -1)+1-1;
window.name = 'medischerfgoed';

function iniFS(){
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub meisje_home_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call meisje_home_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('Sub topstukken_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call termen_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');}
}
function meisje_home_DoFSCommand(command, args) {
	lichaam();
}
function termen_DoFSCommand(command, args) {
	opentermen(args);
}
function schrijf(str){
	document.write(str);
}
function afbeelding(url,titel){

	grootWindow = window.open(url,'me_afbeelding','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}
function lichaam(){
	if (screen.availHeight < 701){bodyWindow = window.open('body.aspx','me_lichaam','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=800,height=' + screen.availHeight + ',copyhistory=0,left=0,top=0,screenX=0,screenY=0');}
			else {bodyWindow = window.open('body.aspx','me_lichaam','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=700,copyhistory=0,left=0,top=0,screenX=0,screenY=0');}
	if (bodyWindow != null) bodyWindow.focus();
}
function opentermen(url){
	termenWindow = window.open(url,'me_termen','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (termenWindow != null) termenWindow.focus();
}

function selterm(){
	if (document.getElementById('themas')) {return(escape(document.getElementById('themas').value))}
}

function flash(movie, w, h, flashvars){
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="'+movie+'" width="'+ w + '" height="' + h + '"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="' + movie + '.swf" /><param name="FlashVars" value="' + flashvars + '" /><param name="quality" value="high" /><param name="menu" value="false" /><param name="wmode" value="transparent" /><embed src="' + movie + '.swf" quality="high" wmode="transparent" menu="false" width="'+ w + '" height="'+ h + '" FlashVars="' + flashvars + '" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>');
	if (movie=='menu' && document.getElementById('noscr')){
		document.write('<noembed>' + document.getElementById('noscr').innerHTML + '</noembed>');}
	if (isIE && document.title.length > 75){
		document.write('<style>h1{width:80%}</style>');
	}
}
function schrijfInhoud(naam){
	if (document.getElementById(naam)){document.write(document.getElementById(naam).innerHTML);}
}
