var remo="<SCRIPT LANGUAGE=\"JavaScript\">"
remo+="function ShowRemote(xpath,x,y,pagedata) {\r\n"
remo+="self.name = \"copicopi\"\r\n"
remo+="var windowprops =\"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=\"+x+\",height=\"+y\r\n"
remo+="var nueva =xpath+\"?\"+pagedata\r\n"
remo+="OpenWindow = window.open(nueva,\"remote1\", windowprops)\r\n"
remo+="}</script>\r\n"
document.write(remo); 