function popupZoomImage( anImage, anAlt )
{
	window.open("/zoomimage.asp?img="+anImage+"&alt="+anAlt,"popupimage","width=400,height=400");
}

function popupZoomImageList( anImage, anAlt, aTitle )
{
	window.open("zoomimagelist.asp?img="+anImage+"&alt="+anAlt + " &title=" + aTitle,"popupimage","width=600,height=400");
}

function glossary( termfile )
{
	window.open( "/glossary/"+termfile,"glossary","titlebar=false,status=false,menubar=false,toolbar=false");
}

function openfooterwindow( file, scrolling )
{
	props = "status=no,menubar=no,toolbar=no";
	if (scrolling)
		props = props + ",scrollbars=yes";
	window.open( "/popups_footer/"+file,"footer",props );
}

function popupWallpaper( anImage, anExt, anAlt )
{
	window.open("/wallpaper.asp?img="+anImage+ "&ext="+ anExt +"&alt="+anAlt ,"popupimage","resizable=yes,scrollbars=yes,width=700,height=500");
}

function popupWallpaper2( anImage, anExt, anAlt )
{
	window.open("/wallpaper2.asp?img="+anImage+ "&ext="+ anExt +"&alt="+anAlt ,"popupimage","resizable=yes,scrollbars=yes,width=700,height=500");
}

function popupWallpaper3( anImage, anExt, anAlt )
{
	window.open("/wallpaper3.asp?img="+anImage+ "&ext="+ anExt +"&alt="+anAlt ,"popupimage","resizable=yes,scrollbars=yes,width=700,height=500");
}