﻿// JavaScript Document

function MH_buildMailLink(typ) {
	name = "office";
	domain = "panmedia.at";
	emailMH = name + "@" + domain;
	if (typ=="txt"){
		document.write('<a href="mailto:' + emailMH + '">' + emailMH + '</a>')
	}
	if (typ=="img"){
		document.write('<a href="mailto:' + emailMH + '"><img src="pix/btn_mailto.gif" alt="e-mail senden" width="159" height="113" border="0" /></a>')
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}