var ie = "";
var ns = "";
var mo = "";

if (document.all) ie = true;
if (document.layers) ns = true;
if (document.getElementById) mo = true;

if (ie) {document.write ('<link rel=stylesheet href="css/ie-solobanca.css" type="text/css">');}
if (ns) {document.write ('<link rel=stylesheet href="css/ns-solobanca.css" type="text/css">');}
if (mo) {document.write ('<link rel=stylesheet href="css/ie-solobanca.css" type="text/css">');}


con = "";

function openWin(url,w,h){
	con = window.open(url, 'consulting','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizeable=no,copyhistory=no,width='+w+',height='+h);
}



/*
function isOpen() {
  return (con && !con.closed);
}*/
