function jasMenuOn(theChoice)
	{
		theChoice.style.backgroundColor = "#6D7FA7";
	}

function jasMenuOff(theChoice)
	{
		theChoice.style.backgroundColor = "";
	}	


function jasGoHere(thePage)
	{
		thePage = thePage.id + '.html';
		document.location.href = thePage;
	}
	
function openVertical(pageName)
	{
		window.open("catalogDetail.html?myImage=" + pageName, "closeupWindow", 'width=400,height=600,resizable=0,scrollbars=no,menubar=no,status=no');
	}
	
function openHorizontal(pageName)
	{
		window.open("catalogDetail.html?myImage=" + pageName, "closeupWindow2", 'width=600,height=400,resizable=0,scrollbars=no,menubar=no,status=no');
	}	
	
function collectionPreview()
	{
		window.open("fallPreview/index.htm", "previewWindow", 'width=470,height=585,resizable=0,scrollbars=no,menubar=no,status=no');
	}	