<!--function MM_findObj(n, d) { //v4.0  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && document.getElementById) x=document.getElementById(n); return x;}function MM_setTextOfLayer(objName,x,newText) { //--matts variant-- matt@kitsch22.net  if ((obj=MM_findObj(objName))!=null) {    	if (document.layers) {    		void( obj.document.open() );    		void( obj.document.write(unescape(newText)) );    		void( obj.document.close() );    	}else{    	 obj.innerHTML = unescape(newText);    	}    }}function tp_popwin(tpuri,w,h,op){/* (tpuri:string;URI , [ w:int;WIDTH , h:int;HEIGHT , op:string;WINDOW OPTIONS ] ) */var tw=(!w)?"500":w;var th=(!h)?"360":h;var opts=(!op)?("width="+tw+", height="+th+",status=0,toolbars=1,location=1,menus=1"):("width="+tw+", height="+th+","+op);var tppop=window.open(tpuri,"tppop",opts);if(top.resizeTo&&!w&&!h){tppop.resizeTo(tw,th);};if(top.moveTo){tppop.moveTo(0,0);tppop.focus();};}//-->