// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild24' , 'Bild24LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild24','Move By',F_Parm('x',40,'y',0,'duration',20,'inDuration',5,'outDuration',5,'repeat',99,'reverse',true,'message',''),0,
	'Clicked','Layout','Go To','../html/wet_protect.html',0),'',0);
 	F_OM('Bild68' , 'Bild68LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild68','Fly',F_Parm('direction',0,'hide','Show','duration',50,'inDuration',10,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Clicked','Layout','Go To','../html/mobil.html',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild24A').bind('click', function(__e) { return (F_e('Bild24', F_CL, __e)); } );
	$('#Bild68A').bind('click', function(__e) { return (F_e('Bild68', F_CL, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Bild75A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.logitech.com/index.cfm/speakers_audio/home_pc_speakers/devices/5861&cl=de,de'); } );
});
// End Analytics


