$(document).ready(function(){  
	
	$('#headercontainer').pngFix( );
	  
	$('table tr:even').addClass('even');
   
  //  $('#printlink').click(function(){        
  // 	
  // var args ="width=800, height=600, status=no, resizable=yes, scrollbars=yes";
  // 
  // var theUrl = this.href + '?q=print';  
  // 
  // window.open(theUrl, 'winName', args); 
	
// });   






$("#map-right > *").hide();

    $("#NS").show(); 

$("#map-BC").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#BC").show();
	
});

$("#map-AB").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#AB").show();
	
});
   
$("#map-SK").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#SK").show();
	
});

$("#map-MB").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#MB").show();
	
});   

$("#map-ON").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#ON").show();
	
});

$("#map-QC").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#QC").show();
	
});   

$("#map-NB").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#NB").show();
	
}); 

$("#map-NS").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#NS").show();
	
});

$("#map-PEI").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#PEI").show();
	
}); 
 
$("#map-NF").mouseover(function(){ 
	
$("#map-right > *").hide();
	
	   $("#NF").show();
	
});

});

 

function openWin(theUrl, winName, args) {
   

  var args ="width=800, height=600, status=no, resizable=yes, scrollbars=yes";
  var w = window.open(theUrl, winName, args);
	
  return w;
	
  window.print();  
	
	
	
};
   

