//////////////////////////
function mapaweb(){
	w=368;
	h=384;
	xF=60+Math.ceil(Math.random()*50);
	yF=60+Math.ceil(Math.random()*50);
	var crc="width="+w+",height="+h+",toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,top="+yF+",left="+xF+",fullscreen=no,hotkeys=no";
	v=window.open("mapaweb.php","mapaweb",crc);
	v.resizeTo(w,h);
	v.moveTo(xF,yF);
}
//////////////////////////
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//
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]+"'");
}
//
