document.writeln('<LINK REL="icon" HREF="/favicon.ico">');
document.writeln('<LINK REL="Shortcut Icon" HREF="/favicon.ico">');
var n = (document.layers) ? 1:0;
var ie = (document.all) ? 1:0;
var m = (document.getElementById) ? 1:0;

//var browser=((n && parseFloat(navigator.appVersion)>=4.07) || (ie && parseFloat(navigator.appVersion)>=4))
var browser=((n && parseFloat(navigator.appVersion)>=4.07) || (ie && parseFloat(navigator.appVersion)>=4) || m)

if (browser == true) {
	if (ie == true) {
	var oParent = Content.offsetParent;
	}
	
	if (n) {
		x = document.MindMapImage.pageX
	} 
	if (ie) {
		x = MindMapImage.offsetLeft
	} 
	if ((m == 1) && (ie != 1)) {
		MindMapImage = document.getElementById("MindMapImage")
		x = parseInt(MindMapImage.offsetLeft)
	}
//	x=(n) ?  document.MindMapImage.pageX : MindMapImage.offsetLeft
//	alert(x)
	var MusicWidth = x + 18
	var TravelWidth = x - 2
	var ViceWidth = x + 8
	var ArtWidth = x + 28

	document.writeln("<STYLE>")
	document.writeln("#MusicGlobalNav {")
	document.writeln("position : absolute;")
	document.writeln("top : 45px;")
	document.writeln("left : " + MusicWidth + "px;")
	document.writeln("}")
	document.writeln("#TravelGlobalNav {")
	document.writeln("position : absolute;")
	document.writeln("top : 70px;")
	document.writeln("left : " + TravelWidth + "px;")
	document.writeln("}")
	document.writeln("#ViceGlobalNav {")
	document.writeln("position : absolute;")
	document.writeln("top : 95px;")
	document.writeln("left : " + ViceWidth + "px;")
	document.writeln("}")
	document.writeln("#ArtGlobalNav {")
	document.writeln("position : absolute;")
	document.writeln("top : 120px;")
	document.writeln("left : " + ArtWidth + "px;")
	document.writeln("}")
	document.writeln("</STYLE>")
}
