function goGreWebSite() {
	var idx = document.linkMenu.linkList.selectedIndex
	var selected = document.linkMenu.linkList.options[idx].value
	if(selected != "-") {
		parent.location = selected
	}
}


function popUpEntry(str,id,w,h){
	var wn = window.open(str,'popup'+id,'width=' + w + ',height=' + h +',scrollbars=yes,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
	wn.focus;
	return false;
}

function IMGC(sid){
	var imgs = sid.src.substring(sid.src.lastIndexOf('/')+1,sid.src.length);
	 if(imgs.substring(0,imgs.lastIndexOf('.')).match(/(_on?|\/)$/)==null){
		sid.src=sid.src.substring(0,sid.src.lastIndexOf('/')+1)+imgs.substring(0,imgs.lastIndexOf('.'))+"_on"+imgs.substring(imgs.lastIndexOf('.'),imgs.length);
	} else{
		sid.src=sid.src.substring(0,sid.src.lastIndexOf('/')+1)+imgs.substring(0,imgs.lastIndexOf('_on.'))+imgs.substring(imgs.lastIndexOf('.'),imgs.length);
	}
}


function mapPopUp() {
	var wn = window.open('/images/map.php','accessmap','width=510,height=710,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0');
	wn.focus;
	return false;
}

jQuery.noConflict();
function frmSubmit() {
	jQuery("#contact-form").submit();
	return false;
}
