	// JavaScripts
	// =============================================================================
	// DANISOFT Contend Management System                                           
	//             by Daniel Schnitzer                                              
	//                                                                              
	// Daniel Schnitzer, A-6491 Mils b. Imst, Unterdorf 4                           
	// E-Mail:	info@danisoft.at                                                    
	// Web:		www.danisoft.at                                                     
	// =============================================================================
	// 
	// 
	// _____________________________________________________________________________
	// Bereich:			frontend
	// Dateiversion:	0.0.1
	// Erstellt am:		12.01.2008
	// Erstellt von:	Daniel Schnitzer
	// Letzte Änderung: 12.01.2008
	// _____________________________________________________________________________
	// 

<!--
function setbackgroundpicture(id, pictureurl)
{   
	if(document.getElementById(id))
	{
		document.getElementById(id).style.background = "url(../site/bilder_bg/"+pictureurl+".jpg)";
	}
} 
// -->
