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