// JavaScript Document
function goVisitSiteStatic(Site){
NewWindow1 =window.open(Site, "viewwin","toolbar=0,width=650,height=450,scrollbars=no,resizable=no");
}

function goVisitSite(Site){
NewWindow1 =window.open(Site, "viewwin","toolbar=0,width=650,height=450,scrollbars=yes,resizable=yes");
}
