function doPop(url) {

	value = scroll
	itm = url
	myurl = url+".php";
remote=window.open(myurl,itm,"height=594,width=984,left="+(((screen.width-984)-10)/2)+",top="+(screen.height-594)/2+",directories=0,fullscreen=0,menubar=0,resizable=0,status=0,titlebar=0,toolbar=0,scrollbars=0");
remote.focus();}

