<!--

function popup(URL) 
{
	var style = 'width=640,height=367,toolbar=0,location=0,directories=0,status=0,scrollbars=auto,resizable=yes,copyhistory=no';
	window.open(URL, 'PopUp', style);
}

function ILE_demo(URL) 
{
	var style = 'toolbar=0,location=0,directories=0,status=0,scrollbars=auto,resizable=yes,copyhistory=no,width=700,height=500';
	window.open(URL, 'ILE_demo', style);
}

//-->