<!--
//Popup Fenster

function walldisplay()
{
 var wall = 
 window.open("walldisplay_interaktiv.htm", "walldisplay", "width=535,height=400,scrollbars=0,menubar=0");
 wall.focus();
}

function showroom()
{
 var show = 
 window.open("showroom.htm", "showroom", "width=600,height=500,scrollbars=0,menubar=0");
 show.focus();
}

function projektorroom()
{
 var proj = 
 window.open("uebersicht_datvideo_projektoren.htm", "projektorroom", "width=640,height=500,scrollbars=0,menubar=0");
 proj.focus();
}

function video_plasma()
{
 var video1 = 
 window.open("video_plasma.htm", "video_plasma", "width=310,height=270,scrollbars=0,menubar=0");
 video1.focus();
}

function video_rueckprojektor()
{
 var video2 = 
 window.open("video_rueckprojektor.htm", "video_rueckprojektor", "width=310,height=270,scrollbars=0,menubar=0");
 video2.focus();
}

function video_sboard()
{
 var video3 = 
 window.open("video_sboard.htm", "video_sboard", "width=310,height=270,scrollbars=0,menubar=0");
 video3.focus();
}

function gbuch()
{
 var gb = 
 window.open("http://www.kns.at/clients/wurzer/guestbook.php4", "gbuch", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 gb.focus();
}

function linkswurzer()
{
 var hlinks = 
 window.open("http://www.motiondata.at/clients/wurzer/link.php4", "links", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 hlinks.focus();
}

function newsletter()
{
 var news = 
 window.open("http://www.motiondata.at/clients/wurzer/newsletter.php4", "newsletter", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 news.focus();
}

function angebote()
{
 var angeb = 
 window.open("http://www.motiondata.at/clients/wurzer/offerhtml.php4", "angebote", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 angeb.focus();
}

function angebote02()
{
 var angeb02 = 
 window.open("http://www.motiondata.at/clients/wurzer/offerhtml.php4/#02", "angebote02", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 angeb02.focus();
}

function angebote03()
{
 var angeb03 = 
 window.open("http://www.motiondata.at/clients/wurzer/offerhtml.php4/#03", "angebote03", "width=665,height=444,scrollbars=1,menubar=0,status=1");
 angeb03.focus();
}

function sitemap()
{
 var site = 
 window.open("sitemap.php", "sitemap", "width=680,height=250,scrollbars=0,menubar=0,status=1");
 site.focus();
}

function UnCryptMailto( s ){
	var n = 0;
	var r = "";
	for( var i = 0; i < s.length; i++)
	{
		n = s.charCodeAt( i );
		if( n >= 8364 )
		{
			n = 128;
		}
		r += String.fromCharCode( n - 1 );
	}
	return r;
}

function linkTo_UnCryptMailto( s ){
	location.href=UnCryptMailto( s );
}







//-->

