function Sopen(ul,w,h,yn1,yn2){
	q=window.open("","","width="+w+",height="+h+",scrollbars="+yn1+",resizable="+yn2+"");
	q.location.href=ul;
}
