home=new Image(102,18);
home.src="/_images/nav/home_off.gif";
home_on=new Image(102,18);
home_on.src="/_images/nav/home_over.gif";
why_will=new Image(102,18);
why_will.src="/_images/nav/why_will_off.gif";
why_will_on=new Image(102,18);
why_will_on.src="/_images/nav/why_will_over.gif";
why_legacy=new Image(102,18);
why_legacy.src="/_images/nav/why_legacy_off.gif";
why_legacy_on=new Image(102,18);
why_legacy_on.src="/_images/nav/why_legacy_over.gif";
create_will=new Image(102,18);
create_will.src="/_images/nav/create_will_off.gif";
create_will_on=new Image(102,18);
create_will_on.src="/_images/nav/create_will_over.gif";
about_legacy=new Image(102,18);
about_legacy.src="/_images/nav/about_off.gif";
about_legacy_on=new Image(102,18);
about_legacy_on.src="/_images/nav/about_over.gif";
var c = document.cookie;
//c=c.replace(/\;{0,1}\s{0,1}ASPSESSIONID\w{8}=\w{24};{0,1}/g,'');
if (c.indexOf('landing')== -1){
var date = new Date();
var expires = new Date();
expires.setTime(expires.getTime()+2600000000);
expires=";path=/; expires="+expires.toUTCString();
if(window.document.referrer!=''){
	document.cookie="referrer="+escape(window.document.referrer)+expires;
}
document.cookie="landing="+escape(window.location.href)+expires;
document.cookie="date="+date.toUTCString()+expires;
}
function changeImages(){
if (document.images){
for(var i=0;i<changeImages.arguments.length;i+=2){
document[changeImages.arguments[i]].src=eval(changeImages.arguments[i+1]+".src");
}}}
function termuse(event,URL){
var yWinPos=Math.round((screen.height-500)/2);
var xWinPos=Math.round((screen.width-500)/2);
var newWin=window.open(URL,"termuse","statusbar=0,menubar=0,resizable=1,height=500,scrollbars=1,top="+yWinPos+",width=500,left="+xWinPos);
newWin.focus();
return false}

function Rcertify() 
{
popupWin = window.open('http://www.bbbonline.org/cks.asp?id=103052712454831538', 'Participant','location=yes,scrollbars=yes,width=450,height=300'); 
window.name = 'opener';
}

function popupwin(event,URL,size){
var xWinPos=event.screenX,yWinPos=event.screenY,wh,ww;
if(size=="s"){
wh=325;
ww=500;
}
if(size=="m"){
wh=400;
ww=600;
}
if(size=="ml"){
wh=500;
ww=500;
}
if(size=="l"){
wh=500;
ww=700;
}
if(size=="xl"){
wh=1000;
ww=1000;
}
yWinPos=(screen.height-wh)/2;
yWinPos=Math.round(yWinPos);
xWinPos=(screen.width-ww)/2;
xWinPos=Math.round(xWinPos);
var thirdparam="menubar=0,resizable=1,height="+(wh-31)+",scrollbars=1,top="+yWinPos+",width="+(ww-12)+",left="+xWinPos;
newWin=window.open(URL,"PopupWin",thirdparam);
try{
newWin.resizeTo(ww,wh);
newWin.moveTo(xWinPos,yWinPos);
}
catch(e){}
newWin.focus();
return false;
}