// JavaScript Document

/*
// -------------------------------------------------------------------
// showmm.js by orangepointsolutions Ltd., www.orangepointsolutions.de
// -------------------------------------------------------------------
*/

function show_mm ( dn, e, sd ) {
    // document.write( '<a class="internalLink" href="'+'ma'+'il'+'to'+':'+e+'@'+dn+'.'+'d'+'e'+'">');
	document.write( '<a class="internalLink" href="contact-us.php?sd='+sd+'" title="" rel="floatbox" rev="width:625 height:590 scrolling:no">' );
	document.write( e + '@' +  dn + '.' );
	document.write( 'n' + 'et' );
	document.write( '</a>');
}

