function openwin(win){
	var w=518;
	var h=600;
	var features="toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=0,left=0,"+"width="+w+",height="+h;
	window.open(win,"s_win",features);
}
