function menuLink(linkLoc)
{
if(linkLoc !="") {
window.open(linkLoc, "_blank");
}
}
