document.write('<link rel="icon" href="/favicon.ico" />');

function openWin(URL) {
   PopWindow = window.open(URL,"newWin","toolbar=yes,scrollbars=yes,resizable=yes,width=710,height=450");
}

function externalSite(url)
{
	agree=confirm("MERCO has no control over personal information collected from Internet sites accessed by a link from this site. Concerns about personal information collected by a linked site should be directly addressed to the specific Web site provider.\n\n You are now leaving the MERCO website. MERCO does not warrant, control or endorse the content on the site you are about to visit.");
	if (agree)
	{
		x=window.open(url);
	}
}

function externalSiteEndorse(url)
{
	agree=confirm("MERCO has no control over personal information collected from Internet sites accessed by a link from this site. Concerns about personal information collected by a linked site should be directly addressed to the specific Web site provider.\n\n You are now leaving the MERCO website.");
	if (agree)
	{
		x=window.open(url);
	}
}

