function popWin(name, width, height,x,y)
{
	window.open("",name,"toolbar=no,menubar=no,directories=no,status=no,location=no,scrollbars=no,resizable=no,left="+x+",top="+y+",width="+width+",height="+height);
}