function win(url) {
	window.open(url,"","width=740,height=550,left=0,top=0,scrollbars=yes,resizable=yes");
}

function s_win(url) {
	window.open(url,"","width=600,height=780,left=0,top=0,scrollbars=yes,resizable=yes");
}
