// JavaScript Document

function linkjump(x){

if (document.quicklinks.linkmenu.value != "null") {
	document.location.href = x
	}
}

