﻿function popWindow(page,xwidth,ywidth,scroll) {
 var winPar='width='+xwidth+',height='+ywidth+',screenX=100,left=100,screenY=100,top=100,scrollbars=1,menubar=1,resizable=1,location=1,status=1'
 window.open(page,'win',winPar);
}

function leavingsite(thislink) {

if (confirm("This web site provides access to other web sites outside of our control." + "\n" + "You are about to exit the LCFederal web site." + "\n" + "When you use our links to other web sites you leave our web site" + "\n" + "and your communication is no longer protected by our security or privacy policy.")) {
 popWindow(thislink,900,900,0)
 //top.parent.location.href=thislink
 }
}

function leavingsite2() {
if (confirm('This web site provides access to other web sites outside of our control.' + '\n' + 'You are about to exit the LCFederal web site.' + '\n' + 'When you use our links to other web sites you leave our web site' + '\n' +'and your communication is no longer protected by our security or privacy policy.')) {
 return false;
 }
}