function goToPage() {
        var Current = document.shortCuts.shortCutMenu.selectedIndex;
        if (document.shortCuts.shortCutMenu.selectedIndex != 0) {
        	window.location.href = document.shortCuts.shortCutMenu.options[Current].value;
			}
        return false;
}

function Roll (mimage, mstate) {
		if (document.images) {
				document.images [mimage].src = eval ( mimage + mstate + ".src");
		}
}


