// width=496 height=370
//function pop_win(url='test.htm', name='popup'){
function pop_win(url)
{
	pop_winWin=window.open(url,'stan','menubar,scrollbars,width=550,height=370');
	pop_winWin.focus();
}
