function footPops(urlString)
{
	window.open(urlString,"PopUp","width=790,height=620,top="+((screen.height/2)-340)+",left="+((screen.width/2)-395)+",directories=0,status=0,resizable=0,resize=0,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=no,resize=no");
}
