// Script für Alle
function TestAlles(Links,Rechts)
{
var isIE = document.all?true:false;
var isNS = document.layers?true:false;
var	OK	=	true	;
	if (isNS)
	{
		if(parent.links == undefined)
			OK	=	false	;
	}
	else if (isIE)
	{
	
		if(parent.links == null)
		{
			OK	=	false	;
		}
	}
	if (OK)
		return	;
//	parent.location.href="default.htm"	;
	
}
	document.write("<LINK REL=STYLESHEET HREF='http://www.hemag.ch/scripts/js/Main.css' TYPE='text/css'>");

function CopyR()
{
	dt = new Date();   //Gets today's date right now (to the millisecond).
	year = dt.getFullYear();
	document.write("<p align=center><font size=1> Heinz Martin AG<br>");
	document.write("Nelkenweg 2<br>CH-4144 Arlesheim<br>Schweiz<BR>Tel.: +41 (0)61 545 99 00<BR>");
	document.write("Contents of this page © 1998-")	;
	document.write(year)	;
	document.write("<BR>")	;
	document.write("For questions or comments regarding this page, contact </font><a ");
	document.write("href=mailto:martin")	;
	document.write("@")	;
	document.write("hemag.ch><font size=1>martin")
	document.write("@")	;
	document.write("hemag.ch</font></a></p>");
}

function Logo()
{
	CopyR()
}