
	/*var form_status = 0;
	function toggle_ecard()
	{
		if(form_status == 0)
		{
			$('lightbox_outer').style.display = "block";		form_status = 1;
			
			if (window.innerHeight){
				theHeight=window.innerHeight;
			}else if (document.documentElement && document.documentElement.clientHeight){
				theHeight=document.documentElement.clientHeight;
			}else if (document.body){
				theHeight=document.body.clientHeight;
			}			
			window.document.body.style.overflow = 'hidden';
			window.document.body.style.height = (theHeight-30)+'px';
			
			if (window.innerWidth){
				theWidth=window.innerWidth;
			}else if (document.documentElement && document.documentElement.clientWidth){
				theWidth=document.documentElement.clientWidth;
			}else if (document.body){
				theWidth=document.body.clientWidth;
			}
						
			innerheight	= $('lightbox_inner').getStyle('height').toInt();
			innerwidth	= $('lightbox_inner').getStyle('width').toInt();
			restheight	= theHeight - innerheight;
			restwidth	= theWidth - innerwidth;
			$('lightbox_inner').setStyle('margin-top', restheight/2);
			$('lightbox_inner').setStyle('margin-left', restwidth/2);
			$('lightbox_outer').setStyle('width', theWidth);
			$('lightbox_outer').setStyle('height', theHeight);
						
			var so = new SWFObject("/typo3conf/ext/ecard/pi1/ecard.swf","ecard","640","440","7");
			so.addParam("menu","false");
			so.write("ecardflash");
		}
		else
		{
			$('lightbox_outer').style.display = "none";			form_status = 0;
			window.document.body.style.overflow = 'scroll';
		}
	}*/
	
	

				
			