// JavaScript Document

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