function popup(value)
{
	var top = (screen.height-432)/2;
	var left = (screen.width-640)/2;
	window.open("popup/"+value+".html", "", "scrollbars=no,resizable=0,statusbar=no,height=432,width=640,top="+top+", left="+left+"");
}