// JavaScript Document

function popUprolls(urlx) {
newwindow=window.open(urlx,'templates','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=525,height=325,left=390,top=262');
if(window.focus)
{newwindow.focus()}
}

	