<!--
function openwin(filename,w,h) {


win1=open(filename,'win1','copyhistory=0,directories=0,top=50,left=50,height='+h+',location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0,width='+w);


if (navigator.userAgent.indexOf("MSIE") >= 0){
				win1.focus();
	}
}


function openplan(filename)
{
   openwin(filename,800,500);
}



//-->	
