{if(window!=top)top.location.href=location.href};

var ie= document.all ? true:false;
var mz= !ie && document.getElementById ? true:false;
	
	
function maplink(LayerID,Action){
	if (ie) obj= document.all(LayerID).style;
	if (mz) obj= document.getElementById(LayerID).style;
	obj.visibility=Action;
}
	
function menusystem(){
	xalbums,xaboutme,xcontact,xlinks;
	
		document.open();
	if (mz){
		var xalbums=' onmouseover="javascript:maplink('+"'albums','visible'"+');" onmouseout="javascript:maplink('+"'albums','hidden'"+');"';
		var xaboutme=' onmouseover="javascript:maplink('+"'aboutme','visible'"+');" onmouseout="javascript:maplink('+"'aboutme','hidden'"+');"';
		var xcontact=' onmouseover="javascript:maplink('+"'contact','visible'"+');" onmouseout="javascript:maplink('+"'contact','hidden'"+');"';
		var xlinks=' onmouseover="javascript:maplink('+"'links','visible'"+');" onmouseout="javascript:maplink('+"'links','hidden'"+');"';
		document.write('<img id="albums" class="head_layer" src="images/menu/select_albums.png" />');
		document.write('<img id="aboutme" class="head_layer" src="images/menu/select_aboutme.png" />');
		document.write('<img id="contact" class="head_layer" src="images/menu/select_contact.png" />');
		document.write('<img id="links" class="head_layer" src="images/menu/select_links.png" />');
		document.write('<img id="map" class="head_layer" src="images/menu/map.png" usemap="#map1" style="visibility:visible;" />');
	};
	if (ie){
		document.write('<img id="map" class="head_layer" src="images/menu/header.png" usemap="#map1" style="visibility:visible;" />');
	}
		document.write('<map id="map1" name="map1">');
		document.write('<area shape="circle" coords="202,65,43" href="albums.html"'+xalbums+'>');
		document.write('<area shape="rect" coords="118,86,205,115" href="albums.html"'+xalbums+'>');
		document.write('<area shape="circle" coords="290,112,52" href="aboutme.html"'+xaboutme+'>');
		document.write('<area shape="rect" coords="172,119,291,146" href="aboutme.html"'+xaboutme+'>');
		document.write('<area shape="circle" coords="493,109,52" href="contact.html"'+xcontact+'>');
		document.write('<area shape="rect" coords="492,123,580,146" href="contact.html"'+xcontact+'>');
		document.write('<area shape="circle" coords="582,80,41" href="links.html"'+xlinks+'>');
		document.write('<area shape="rect" coords="574,88,632,115" href="links.html"'+xlinks+'>');
		document.write('<area shape="rect" coords="246,26,550,54" href="default.html" title="Home">');
		document.write('<area shape="rect" coords="341,54,440,103" href="default.html" title="Home">');
		document.write('</map>');
		document.close();

}