//•Ê‘‹‚ÅŠJ‚­
function openWin(a,b,c)
{
	win=window.open(a, b, c);
	win.moveTo(0,0);
	return false;
}
