/****************************************
This does the popup fuction for the heiroglyphics line
*****************************************/

function heiropop() {
		window.open('/heiroglyphs/legend.html','Legend','width=270, height=520, menubar=no, resizeable=no'); 
		return false;
	}
