function hypherlinkone()
{
 window.open("Expertise.php","","modal=yes,resizable=yes,width=500,height=400,top=300,left=110");

}
function hypherlinktwo()
{
 window.open("Methodology.php","","modal=yes,resizable=yes,width=750,height=460,top=200,left=110");

}
function hypherlinkthree()
{
 window.open("Client.php","","modal=yes,resizable=yes,width=750,height=150,top=300,left=110");

}

function linkmail()
{
   var username = "vasan";
   var domain = "highbrowtech.com";
   var linktext = username + "@" + domain;
  // var linktext1 = username1 + "@" + domain;
   document.getElementById("linkmail").href="mailto:" + linktext + "?subject=support";
   /*document.getElementById("hlink1").href="mailto:" + linktext1 + "?subject=sales";*/
}
