function OpenWin(page,w,h) {
	_top=(screen.availHeight-h)>>1;
	_left=(screen.availWidth-w)>>1;
	window.open(page,"","toolbar=0,scrollbars=1,width="+w+",height="+h+",top="+_top+",left="+_left);
}
