
var win = null;
var lim='"'
var sl='/'	

function popup(strHtml,w,h){ 
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
        TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
        settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable=no,toolbar=no'; 
        win = window.open('','',settings);
    	win.document.open;
    	win.document.write("<html><head><title>EC2005.org</title><script>var plaatje = new Image;	function xload(strHtml) { plaatje.src=strHtml; checkload()	}	function checkload() {	if (plaatje.complete == true) {		imgx.src=plaatje.src;       window.resizeTo(parseInt(imgx.width+10),parseInt(imgx.height+30));		document.getElementById('loadtxt').style.visibility = 'hidden'; imgx.style.visibility = 'visible'; 	} 	else {	setTimeout('checkload()',5); }	}   xload('" + strHtml + "'); <" + sl + "script><" + sl + "head><body bgcolor='#eeeeee' topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0><img name='imgx' src='' style='visibility:hidden'><div id='loadtxt' align=center><font face=verdana size=1>Loading...</font></div><" + sl + "body><" + sl + "html>");

win.document.close;
win.focus(); 
}
