function win(aaa) {
	window.open (aaa,"win","width=600,height=400,scrollbars=1") ;
}
function openWin(aaa) {
	window.open (aaa,"win","width=900,height=700,scrollbars=1") ;
}
