function OpenPopWin(loc)
{
	window.open(loc, "", "width=500,height=500,location=0,menubar=0,resizeable=0");
}