﻿// JScript File

function TraePagina(pEmpresaWeb,pEmpresaID){
var strURL = "http://www.b2bmex.com/"
strURL += pEmpresaWeb 
strURL += "?ID="
strURL += pEmpresaID
//alert(strURL)
URL = window.open (strURL,"_parent");
}

