//<a Href="javascript:void(0);" OnClick="winpopup('siios.htm','520','475','no','no');return false;">
function winpopup(URL,WIDTH,HEIGHT,SCROLLBAR,RESIZABLE)
	{	
	var windowprops = "left=20,top=20,width=" + WIDTH + ",height=" + HEIGHT + ",scrollbars=" + SCROLLBAR + ",resizable=" + RESIZABLE + ",menubar=no,toolbar=no,location=no,status=no,fullscreen=no,channelmode=no";
	var winpopup=window.open(URL, "SIIOS", windowprops);
	winpopup.creator=self;
	winpopup.focus();
	}
	

//window.open(URL, "DIVIEMME", left=20,top=20,width=350,height=400,scrollbars=yes,resizable=no,menubar=no,toolbar=no,location=no,status=no,fullscreen=no,channelmode=no");

