// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Opel-Bild' , 'Opel-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.dechent.de/opel/index.html','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Saab-Bild' , 'Saab-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.dechent.de/saab/index.html','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Bild38' , 'Bild38LYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.audi-partner.de/dechent-automobile','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('VW-Bild' , 'VW-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.dechent.de/volkswagen/index.html','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Toyota-Bild' , 'Toyota-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.toyotaautowelt.de','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Hyundai-Bild' , 'Hyundai-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.dechent.hyundai.de','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_OM('Chevrolet-Bild' , 'Chevrolet-BildLYR', 'img', 'Layout',new Array(
	
'Clicked','Layout','Open Window',F_Parm('name','','URL','http://www.dechent.de/chevrolet/index.html','width',1024,'height',768,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0
),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Opel-BildA').bind('click', function(__e) { return (F_e('Opel-Bild', F_CL, __e)); } );
	$('#Saab-BildA').bind('click', function(__e) { return (F_e('Saab-Bild', F_CL, __e)); } );
	$('#Bild38A').bind('click', function(__e) { return (F_e('Bild38', F_CL, __e)); } );
	$('#VW-BildA').bind('click', function(__e) { return (F_e('VW-Bild', F_CL, __e)); } );
	$('#Toyota-BildA').bind('click', function(__e) { return (F_e('Toyota-Bild', F_CL, __e)); } );
	$('#Hyundai-BildA').bind('click', function(__e) { return (F_e('Hyundai-Bild', F_CL, __e)); } );
	$('#Chevrolet-BildA').bind('click', function(__e) { return (F_e('Chevrolet-Bild', F_CL, __e)); } );
});
// End Actions

