
function contactUs()
{
alert('contactus');
var protocol=location.protocol;
if(protocol='file:')
protocol='http:';
var contactURI='www.risksvr.com/doc/contact.svr';
var uri=protocol+'//'+contactURI;
}





 var sOffset=-280
 var si_height=300;





function redir(loc,handle,token)
{
var hname="";
if(loc.indexOf('.com') == -1)
{
  hname="www."+loc+".com";
}
else
  hname=loc;
var protocol=location.protocol;
if(protocol='file:')
protocol='http:';
var uri=protocol+"//"+hname+handle;
if(token!=null && token.length>0)
{
  uri=uri+token;
}
//alert(uri);
location.href=uri;
}

function moreInfo(tagname) 
{

var o=document.getElementById(tagname);
if (o.style.display=="none") 
{
o.style.visibility="hidden";
o.style.display = "none";
}
else 
{
o.style.display = "block";
o.style.height="100%";
}
}





