var navi;
var refe;
var refeout;
var refelength;
refe = document.referrer;
refeout = refe.indexOf("paguito");
refelength = refe.length;
navi=navigator.appName;
if ( (refeout < 1) && refelength > 0 && navi == "Microsoft Internet Explorer")
{
window.open("http://www.paguito.com/portal/","","toolbar=0,scrollbars=yes,width=650,height=450,left=125,top=125,screenX=125,screenY=125");
window.focus();
}
//Sentencias de Softcart
var SCPath = "/cgi-local/SoftCart.exe";	
var config = "scstore";	
if (( window.location.pathname.substring(0,SCPath.length) != SCPath) && (window.location.href.substring(0,4) != "file") ) {	
	window.location.replace(SCPath + location.pathname + "?E+" + config);
}	
