/* begin email cloaking script */



<!--



function sendmail(user,domain) { 

document.location.href = "mailto:" + user + "@" + domain; 

}



//-->



/* end email cloaking script */



/* begin page bookmark script */



<!--



function bookmark(url, description)

{

netscape="Netscape and Mozilla user's use CTRL+D to add a bookmark to this site."

if (navigator.appName=='Microsoft Internet Explorer')

{

window.external.AddFavorite(url, description);

}

else if (navigator.appName=='Netscape')

{

alert(netscape);

}

}



//-->



/* end page bookmark script */



/* begin popup window script */



<!--



function popUp(strURL,strType,strHeight,strWidth) {

var strOptions="";

if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;

if (strType=="fixed") strOptions="status,height="+strHeight+",width="+strWidth;

if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;

window.open(strURL, 'newWin', strOptions);

}



//-->



/* end popup window script */