e = new Image();
e.src = "images/emigres.gif";

o = new Image();
o.src = "images/operas.gif";

elarge = new Image();
elarge.src = "../images/emigres_large.jpg";

olarge = new Image();
olarge.src = "../images/operas_large.jpg";


function switchImage(which)
{
	
	document.images['blank'].src = eval(which + ".src");

}




function statusText (txt)
{

	window.status = txt;


}



function whichMenu ()
{
	
	var nowV = parent.storage.gVar;
	
	document.location.replace("alinks.html#" + nowV);	
	
}




function switchPage1(form)
{

	var checkIndex = form.popMenu1.selectedIndex;

	var goTo = form.popMenu1.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}


function switchPage2(form)
{

	var checkIndex = form.popMenu2.selectedIndex;

	var goTo = form.popMenu2.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}



function switchPage3(form)
{

	var checkIndex = form.popMenu3.selectedIndex;

	var goTo = form.popMenu3.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}



function switchPage4(form)
{

	var checkIndex = form.popMenu4.selectedIndex;

	var goTo = form.popMenu4.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}



function switchPage5(form)
{

	var checkIndex = form.popMenu5.selectedIndex;

	var goTo = form.popMenu5.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}


function switchPage6(form)
{

	var checkIndex = form.popMenu6.selectedIndex;

	var goTo = form.popMenu6.options[checkIndex].value;
	
	parent.storage.gVar = goTo;
	
	document.location.replace('blank.html');
		

}