function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

function MM_openBrWindow(theURL,winName,features) { //v2.1
   var ventanaimagen=window.open(theURL,winName,features);
   ventanaimagen.focus();
   
		if ((screen.width>=1024) && (screen.height>=768)) {
			
			 ventanaimagen.window.moveTo(self.screen.width/4.5,self.screen.height/9);
			}
			else {
				ventanaimagen.window.moveTo(self.screen.width/6,self.screen.height/0);
				}
 		}
		
		
function reajuste() {
        n=screen.height/380;
		self.resizeTo(419,630);
		for (i = n; i > 1; i--) {
			self.resizeBy(10,0);
		}
		}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
function MM_goToURL() { //v3.0
var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
