function openVideoPopup( videoURL, viedeoWidth, videoHeight)
{
	width = viedeoWidth;
	height = videoHeight;
	url = 'index.php?screen=dstore.popup.video&width='+viedeoWidth+'&height='+videoHeight+'&VideoURL='+escape(videoURL);
	popup = window.open(url, 'ViedeoPopup', 'width='+width+',height='+height+',scrollbars=no,toolbar=no,location=no,menubar=no,resizable=yes');
	popup.focus();
} // function openVideoPopup( videoURL, viedeoWwidth, video)

function openPopup(url, width, height, PopupName)
{
	if (PopupName == '')
		PopupName = 'Popup';

	if (width == 524)
		PopupName = 'Technologien';
	
	if (url)
	{
		popup = window.open(url, PopupName, 'width=' + width + ',height=' + height + ',scrollbars=yes,toolbar=no,location=no,menubar=no,resizable=yes');
	
		popup.focus();
	}
} // openPopup

function checkValue(Value, FormName)
{
	if (Value != '')
		document.forms[FormName].submit();
	
} // function checkValue()

function writeVideo()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="320" height="240" id="videoplayer05" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="customGates/resources/flashplayer/videoplayer08.swf?VideoUrl=../binaries/universal/video/video.FLV&InstantStart=1" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#000000" />');
	document.write('<param name="autoStart" value="0" />');
	document.write('<param name="autoplay" value="false">');
	document.write('<embed src="customGates/resources/flashplayer/videoplayer08.swf?VideoUrl=../binaries/universal/video/video.FLV&InstantStart=1" quality="high" bgcolor="#000000" width="320" height="240" name="videoplayer05" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}

function TechnischeDetails()
{
	document.getElementById("LinkTechDetails").style.display = 'none';
	
	document.getElementById("TechDetails").style.display = '';
	document.getElementById("LinkTechDetailsOut").style.display = '';
} // function TechnischeDetails()

function TechnischeDetailsOut()
{
	document.getElementById("LinkTechDetails").style.display = '';
	
	document.getElementById("TechDetails").style.display = 'none';
	document.getElementById("LinkTechDetailsOut").style.display = 'none';
} // function TechnischeDetailsOut()