<!-- Javascript para la versión HTML //-->
<!--

function OpenWin (url, win, ancho, alto){
	window.open(url, win, 'location=0, menubar=1, toolbar=1, copyhistory=0, personalbar=0, status=1, width=' + ancho + ', height=' + alto + ', left=' + (screen.width-ancho)/2 + ', top=' + (((screen.height-alto)/2)-70) + ', resizable=1, scrollbars=1');
}

function OpenWinlic (url, win, ancho, alto){
	window.open(url, win, 'location=0, menubar=0, toolbar=0, copyhistory=0, personalbar=0, status=1, width=' + ancho + ', height=' + alto + ', left=' + (screen.width-ancho)/2 + ', top=' + (((screen.height-alto)/2)-70) + ', resizable=1, scrollbars=1');
}

function Subir(){
	document.write("<p align=center><a href='#subir'><img src='/Images/flecha_subir.gif' border=0></a>&nbsp;<a href='#subir'>Subir</a></p>");
}

function Volver(){
	document.write("<p align=center><a href='javascript:history.go(-1)'><img src='/Images/flecha_volver.gif' border=0></a>&nbsp;<a href='javascript:history.go(-1)'>Volver</a></p>");
}

function Vamos(selObj, restore){

	var indice=selObj.selectedIndex

	selObj.selectedIndex=0;
	eval ("window.location='" + selObj.options[indice].value + "'");
}

function shell(command,filen)
{
RegWsh= new ActiveXObject("WScript.Shell");
RegWsh.Run(command+""+filen,0,true);
}

//-->