// JavaScript Document
function showterms() {
	window.open("terms&conds.htm", "", "height=500,width=375,left=0,top=0");
}
function condiciones() {
	window.open("sp_terms&conds.htm", "", "height=500,width=375,left=0,top=0");
}
var vnav = parseInt(navigator.appVersion);
function IraURL(vURL,vw,vh) {
	vResize = 'yes';
	vws = 25;
	vhs = 25;
	if (vw <= 0) {
		vw = 500;
	}
	if (vh <= 0) {
		vh = 450;
	}
	vParam ='height='+vh+',width='+vw+ ',top='+vhs +',left='+vws + ',resizable='+vResize+ ',scrollbars=yes,toolbar=no,location=no,status=no,titlebar=no,menubar=no,dependent=no,alwaysRaised'
	vVentana = open(vURL, "web", vParam); 	
	if(vnav >= 4) {
		vVentana.window.focus();
	}
}
function TopenWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
