//writes flash file on main page
function writeFlashHeader(){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='760' height='260'>")
	document.write("<param name='movie' value='images/travelMWL_homeFlash.swf'>");
	document.write("<param name='quality' value='high'>");
	document.write("<embed src='images/travelMWL_homeFlash.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='760' height='260'></embed>")
	document.write("</object>");
}

//writes nav image map
function writeNavMap(){
     document.write("<map name='Map2' id='Map2'>" +
		  "<area shape='rect' coords='-9,2,88,27' href='http://www.lhj.com' />" +
		  "<area shape='rect' coords='146,4,199,25' href='http://www.more.com/more/health/index.jhtml'>" + 
		  "<area shape='rect' coords='217,7,262,24' href='http://www.more.com/more/style/index.jhtml'>" + 
		  "<area shape='rect' coords='280,6,369,25' href='http://www.more.com/more/spiritself/index.jhtml'>" + 
		  "<area shape='rect' coords='387,6,486,25' href='http://www.more.com/more/relationships/index.jhtml'>" + 
		  "<area shape='rect' coords='507,6,610,25' href='http://www.more.com/more/workmoney/index.jhtml'>" + 
		  "<area shape='rect' coords='626,5,684,24' href='http://www.more.com/more/events/index.jhtml'>" + 
		  "<area shape='rect' coords='701,6,744,25' href='http://www.more.com/bhg/store/index.jhtml'>" + 
		  "<area shape='rect' coords='3,3,130,26' href='http://www.more.com'>" +
     "</map>");
}