       
var n  = (document.layers);

function initMouseEvents() {

	document.onmousemove = mouseMove;
	
	var currentPage = window.location.pathname;
	var currentPage = currentPage.substring(currentPage.lastIndexOf('/') + 1);
	
	if(currentPage == "patchnew888.php") {
		document.onmousemove = mouseMovePatches;
	}
	
	if (n) document.captureEvents(Event.MOUSEDOWN | Event.MOUSEMOVE);

}


function mouseMove(e) {
	
	if(!document.all && document.getElementById){  // for Netscape
		testX = e.pageX;		
	} else {  // for IE 
		testX = window.event.x;
	}

	if(testX > 125 || testX < 8) {
		
		if (document.all){	// for IE
			if (document.all.Sidebar_monthly){
				showSidebar_monthly(0);					
			}
			if (document.all.Sidebar_lights){
				showSidebar_lights(0);					
			}		
		}		
		
		if(!document.all && document.getElementById){  // for Netscape
		   if (document.getElementById("Sidebar_monthly")){
			   showSidebar_monthly(0);	
		   }
		   if (document.getElementById("Sidebar_lights")){
			   showSidebar_lights(0);	
		   }		   
		}		

	}
	
}

	  
function showSidebar_monthly(showWhat){

	if(showWhat == 1){
		showLinks = "<div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/notmar/index'>Monthly Notices To Mariners</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/notmar/index'> - Current Edition</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/notmar/legacy'> - Archives</a>";
	} else {
		showLinks = "<div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/notmar/index' onMouseOver='showSidebar_monthly(1);'>Monthly Notices To Mariners</a>";			
	}
	
	if (document.all){
	   document.all.Sidebar_monthly.innerHTML = showLinks;
	}
	if(!document.all && document.getElementById){
	   document.getElementById("Sidebar_monthly").innerHTML = showLinks;
	}
 }  				   
		
		
function showSidebar_lights(showWhat){

	if(showWhat == 1){
		showLinks = "<div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/list/index'>Lists of Lights, Buoys, and Fog Signals</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/list/newfoundland-2009'>- Newfoundland and &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Labrador</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/list/atlantic-coast-2009'>- Atlantic Coast</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/list/inland-waters-2009'>- Inland Waters</a>";
		showLinks += "<br>&nbsp;&nbsp;<a class='sidebar' href='/document/eng/services/list/pacific-coast-2007'>- Pacific Coast</a>";
	} else {
		showLinks = "<div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/list/index' onMouseOver='showSidebar_lights(1)' >Lists of Lights, Buoys, and Fog Signals</a>";			
	}
			
	if (document.all){
	   document.all.Sidebar_lights.innerHTML = showLinks;
	}
	if(!document.all && document.getElementById){
	   document.getElementById("Sidebar_lights").innerHTML = showLinks;
	}
}  
		 


function showSidebar(){
	
	//alert (document.location.href );
	
	var currentPage = window.location.pathname;
	var currentPage = currentPage.substring(currentPage.lastIndexOf('/') + 1);
	//alert(currentPage);

	if(currentPage == "mycharts-eng.php") {
		var show_Sidebar = "<div class='ntmsidebarheader' onMouseOver='showSidebar_monthly(0)'><a class='white' href='/document/eng/index'>Notices To Mariners</a></div>\n" +
			"<div id='Sidebar_monthly' class='ntmsidebarheaderitem'><div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/notmar/index' onMouseOver='showSidebar_monthly(1)'>Monthly Notices To Mariners</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/document/eng/services/2009-annual/index' onMouseOver='showSidebar_monthly(0)'>Annual Notices To Mariners 2009</a></div>\n" +
			"<div class='ntmsidebarheaderitem' onMouseOver='showSidebar_lights(0)'><a class='sidebar' href='/document/eng/services/t-p-2009-eng/index-eng'>Summary of Temporary and Preliminary Notices 2009</a></div>\n" +
			"<div id='Sidebar_lights' class='ntmsidebarheaderitem'><div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/list/index' onMouseOver='showSidebar_lights(1)'>Lists of Lights, Buoys, and Fog Signals</a></div>\n" +
           	"<div class='ntmsidebarheaderitem'><a class='sidebar' href='http://www.chs-shc.gc.ca/pub/en/educational/step.asp'>Update your charts in 5 easy steps</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='http://www.chs-shc.gc.ca/pub/en/products/Chart1/default.asp'>Chart No. 1: Symbols, Abbreviations & Terms</a></div>\n" +
			"<div class='ntmsidebarheaderitem' onMouseOver='showSidebar_lights(0)'><a class='sidebar' href='/new/whatsnew-eng.php'>What's New</a></div><br /\n>" +
	    	"<div class='ntmsidebarheader2'><a class='white' href=''>Online Services</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/notmar-eng.php'>Search - Notices to Mariners</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/patches/patches-eng.php'>View Chart Patches</a></div>\n" +
	        "<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php?czoxOToibnRtPXN0ZXBfb25lJmxhbmc9ZSI7'>Create User Profile</a></div><br />\n" +
			"<div class='ntmsidebarheader'><a class='white' href='/search/mycharts-eng.php'>Registered Users</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php'>Sign in to your Notmar Profile</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php?czoxMDoibnRtPXJlbW92ZSI7'>Unsubscribe from NOTMAR online</a></div>\n"  +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/document/eng/services/notmar/privacy-statement-eng'>NOTMAR Privacy Statement</a></div>\n" ;
	} else {
		var show_Sidebar = "<div class='ntmsidebarheader' onMouseOver='showSidebar_monthly(0)'><a class='white' href='/document/eng/index'>Notices To Mariners</a></div>\n" +
			"<div id='Sidebar_monthly' class='ntmsidebarheaderitem'><div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/notmar/index' onMouseOver='showSidebar_monthly(1)'>Monthly Notices To Mariners</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/document/eng/services/2009-annual/index' onMouseOver='showSidebar_monthly(0)'>Annual Notices To Mariners 2009</a></div>\n" +
			"<div class='ntmsidebarheaderitem' onMouseOver='showSidebar_lights(0)'><a class='sidebar' href='/document/eng/services/t-p-2009-eng/index-eng'>Summary of Temporary and Preliminary Notices 2009</a></div>\n" +
			"<div id='Sidebar_lights' class='ntmsidebarheaderitem'><div class='ntmsidebarImage'><img src='/images/arrow.gif' class='image' width='3' height='10' alt='-'  /></div><a class='sidebar' href='/document/eng/services/list/index' onMouseOver='showSidebar_lights(1)'>Lists of Lights, Buoys, and Fog Signals</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='http://www.chs-shc.gc.ca/pub/en/educational/step.asp'>Update your charts in 5 easy steps</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='http://www.chs-shc.gc.ca/pub/en/products/Chart1/default.asp'>Chart No. 1: Symbols, Abbreviations & Terms</a></div>\n" +
			"<div class='ntmsidebarheaderitem' onMouseOver='showSidebar_lights(0)'><a class='sidebar' href='/new/whatsnew-eng.php'>What's New</a></div><br /\n>" +
			"<div class='ntmsidebarheader2'><a class='white' href=''>Online Services</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/notmar-eng.php'>Search - Notices to Mariners</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/patches/patches-eng.php'>View Chart Patches</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php?czoxOToibnRtPXN0ZXBfb25lJmxhbmc9ZSI7'>Create User Profile</a></div><br />\n" +
			"<div class='ntmsidebarheader'><a class='white' href='/search/mycharts-eng.php'>Registered Users</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php'>Sign in to your Notmar Profile</a></div>\n" +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/search/mycharts-eng.php?czoxMDoibnRtPXJlbW92ZSI7'>Unsubscribe from NOTMAR online</a></div>\n"  +
			"<div class='ntmsidebarheaderitem'><a class='sidebar' href='/document/eng/services/notmar/privacy-statement-eng'>NOTMAR Privacy Statement</a></div>\n"  ;
	}
	
	
	if (document.all){
	   document.all.ntmsidebar.innerHTML = show_Sidebar;
	}
	if(!document.all && document.getElementById){
	   document.getElementById("ntmsidebar").innerHTML = show_Sidebar;
	}					
					
	
}

