<!--
function go1(){
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") {
//location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
window.open(document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value)
		}
	}

function go2(){
if (document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value != "none") {
location = document.selecter2.select2.options[document.selecter2.select2.selectedIndex].value
		}
	}
			  
function changePage() {
	if (self.parent.frames.length != 0)
		self.parent.location=document.location;
	}
	
function bookmarkthis(location,title,cssclass) {
	if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0") {
		if (title == "") {title="document.title"}
		else {title="'"+title+"'"}
		if (location == "") {location="location.href"}
		else {location="'"+location+"'"}
  		document.write('<a href="javascript:void(0);" class="'+cssclass+'" onMouseOver="window.status='+"'Click here to add this page to your favourites'"+'; return true" onMouseOut="window.status='+"' '"+'; return true" onClick="window.external.AddFavorite('+location+','+title+');">Add to Favorites</a>')}
}

//-->
