<!--/*File ver 1.0*/
// func 2 set pg height so txt select works in DIVS in IE
function kbsz(){
document.body.style.height = document.documentElement.scrollHeight+'px';}
// func 4 swapping images
function chgImg(imgField,nuImg) {
if (document.images) {document[imgField].src=nuImg}}
//func 2 build ma il 2 em ail contact from passed name.Prevents SPAM em ail harvesting
//dnam expected 2b entered w/o top level & so made hard 2 read
function makeitready(unam,dnam){
var mlo, dnam;
dnam=dnam+".c"+"om";
mlo="em"+"ail: "+"<a href=mai"+"lto:"+unam+'@'+dnam+'>'+unam+'@'+dnam+"</a>";
return mlo;}
//4 opening pop-up wndo
function openWin(windowURL,windowName,windowFeatures) { 
return window.open(windowURL,windowName,windowFeatures);} 
//4 providing link 2 allow printing current pg
function printThisWindow(){
bvr=parseInt(navigator.appVersion)
if (bvr >= 4) window.print()
}
//-->
