
<!--
function articulos(myUrl, x, y,z,w) {
  myUrl = myUrl + ".htm"
  myTarget = "top";
  myArgs = "width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=0,scrollbars=" + z + ",status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=" + w +",top=30,dependent=yes";
  window.open( myUrl, myTarget, myArgs );
}
function v2v(myUrl, x, y,z,w) {
  myUrl = myUrl
  myTarget = "new";
  myArgs = "width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=0,scrollbars=" + z + ",status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=" + w +",top=30,dependent=yes";
  window.open( myUrl, myTarget, myArgs );
}
function ventana(myUrl, x, y,z,w) {
  myUrl = myUrl
  myTarget = "top";
  myArgs = "width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=0,scrollbars=" + z + ",status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=" + w +",top=30,dependent=yes";
  window.open( myUrl, myTarget, myArgs );
}
function ventana2(myUrl, x, y,z,w) {
  myUrl = myUrl
  myTarget = "madre";
  myArgs = "width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=1,scrollbars=" + z + ",status=1,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=" + w +",top=30,dependent=yes";
  window.open( myUrl, myTarget, myArgs );
}
function trailers(myUrl, x, y,z,w) {
  myUrl = myUrl + ".mov"
  myTarget = "new";
  myArgs = "width=" + x + ",height=" + y + ",location=0,menubar=0,resizable=0,scrollbars=" + z + ",status=0,titlebar=0,toolbar=0,hotkeys=0,screenx=100,screeny=100,left=" + w +",top=30,dependent=yes";
  window.open( myUrl, myTarget, myArgs );
}
function GoUrl(s)
{	var d = s.options[s.selectedIndex].value
	window.self.location.href = d
	s.selectedIndex=0
}
function GoUrl2(s)
{	var d = s.options[s.selectedIndex].value
	window.self.location.href = d
	s.selectedIndex=0
}

//-->