
function openNewWindow() {
	newWindow = window.open('', 'sample', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,width=362,height=403');
	newWindow.focus();
	return;
}

function displayHeader(){
	var width = "800"
	var height = "200"

	if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || (navigator.userAgent.indexOf('iPad') != -1)) 
	{ 
		document.write('<div class="topMenuImage"><div class = "topMenuList"><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/"> Home </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/profile.asp"> Profile </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/board/zboard.php?id=press"> Media </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/board/zboard.php?id=memo"> Column </a></div><div style="display:inline-block; width: 185px; font-size: 11pt; "><a href = "http://www.nammoonkey.com/board/zboard.php?id=bbs"> Message Board </a></div></div></div>');
	}
	else { 
		if((navigator.userAgent.indexOf('MSIE') != -1) || (navigator.userAgent.indexOf('Firefox') != -1) || (navigator.userAgent.indexOf('Chrome') != -1) || (navigator.userAgent.indexOf('Safari') != -1) || (navigator.userAgent.indexOf('Netscape') != -1) || (navigator.userAgent.indexOf('Opera') != -1)) 
		{ 
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="800" HEIGHT="200" id="top" ALIGN="">');

			document.write('<PARAM NAME=movie VALUE="http://www.nammoonkey.com/top.swf">');
			document.write('<PARAM NAME=quality VALUE=high>');
			document.write('<PARAM NAME=bgcolor VALUE=#FFFFFF>');
			document.write('<EMBED src="http://www.nammoonkey.com/top.swf" quality=high bgcolor=#FFFFFF  WIDTH="800" HEIGHT="200" NAME="top" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></object>');

		}
		else {
			document.write('<div class="topMenuImage"><div class = "topMenuList"><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/"> Home </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/profile.asp"> Profile </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/board/zboard.php?id=press"> Media </a></div><div style="display:inline-block; width: 85px; font-size: 11pt;"><a href = "http://www.nammoonkey.com/board/zboard.php?id=memo"> Column </a></div><div style="display:inline-block; width: 185px; font-size: 11pt; "><a href = "http://www.nammoonkey.com/board/zboard.php?id=bbs"> Message Board </a></div></div></div>');
			
		}
	}
}


