window.name = "dermot";
browser = navigator.appName;
version = parseInt(navigator.appversion)
os = navigator.platform;
ie = "Microsoft Internet Explorer";
netscape = "Netscape";
mac = "MacPPC";
	
//This function can be called by a drop down to autmatically jump to a new URL
//when a new selection is made.
function gotosite(site) {            
        if (site != "") {                    
                self.location=site; 
        }
 }		

// 1 IMAGE SWAP 
function imgSwap(daImage, daSrc){
	    daImage.src = daSrc;
	}


	
	