var baseURL = "http://www.lemedi-woonplanner.nl/woonwijzer/";
//var baseURL = "./";
var isIE = navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && !window.opera;

function lemedi_DoFSCommand(command, args) {
	if (command == "popup") {
		var w = 800;
		var h = 550;
		var l = (screen.width - w) / 2;
		var t = (screen.height - h) / 2;
		var win = window.open(baseURL + "woonplanner.html?"+args, "woonplanner", "width="+w+",height="+h+",left="+l+",top="+t);
		if(win.focus)win.focus();
	}
}

if (isIE && 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 lemedi_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call lemedi_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="lemedi" width="960" height="525" align="middle">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="movie" value="'+baseURL+'swf/main.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<param name="wmode" value="opaque" />');
document.write('<param name="flashvars" value="&BASEURL='+baseURL+'&ISIE='+(isIE?'1':'0')+'" />');
document.write('<embed src="'+baseURL+'swf/main.swf" flashvars="&BASEURL='+baseURL+'&ISIE='+(isIE?'1':'0')+'" wmode="opaque" quality="high" bgcolor="#ffffff" width="960" height="525" swLiveConnect=true id="lemedi" name="lemedi" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />');
document.write('</object>');
