<!--
// choosenews
// picks news to display in iframe
// set page
function Wthisnews(Wnewsfile)
{

	switch(Wnewsfile)
	{
	case "iomtoday1":
		page_src = "iomtoday1/imtoday1.htm";
		break;
	case "ibi":
		page_src = "ibi/ibi.htm";
		break;
	case "bym":
		page_src = "bym/bym.htm";
		break;
	case "iomtoday2":
		page_src = "iomtoday2/iomtoday2.htm";
		break;
	case "irishseashipping":
		page_src = "irishseashipping/irish.htm";
		break;
	case "syachttimes":
		page_src = "syachttimes/sytimes.htm";
		break;
	case "synfo":
		page_src = "synfo/synfo.htm";
		break;
	}
	changer = document.getElementById('Wnews');
	changer.src = page_src;
}

function MMthisnews(MMnewsfile)
{

	switch(MMnewsfile)
	{
	case "bwkmanxman":
		page_src = "bwk/bwkmanxman.htm";
		break;
	case "ibi":
		page_src = "ibi/ibi.htm";
		break;
	case "concept":
		page_src = "concept/concept.htm";
		break;
	case "narrowboatinfo":
		page_src = "narrowboatinfo/narrowboatinfo.htm";
		break;
	}
	changer = document.getElementById('MMnews');
	changer.src = page_src;
}

// -->
