// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array(	'Page Loaded',F_functLayoutAction0,'','',0));	F_OM('Bild31' , 'Bild31LYR', 'img', 'Layout',new Array(	'Mouse Over','mail_2','Show','',0,	'Mouse Out','mail_2','Hide','',0,	'Clicked','Layout','Go To','javascript:openMe("e-mail.html")',0),'',0); 
	F_OM('mail_2' , 'mail_2LYR', 'img', 'Layout',new Array(	'Mouse Over','mail_2','Show','',0,	'Mouse Out','mail_2','Hide','',0,	'Clicked','Layout','Go To','javascript:openMe("e-mail.html")',0),'',0); 	F_pageLoaded('Layout');}function F_functLayoutAction0(params) {
frameCheck();
parent.header.location.href="http://www.acs-edv.de/html/getintouch.html";
}

 
$(document).ready( function() {
F_onLoaded();
	$('#Bild31A').bind('click', function(__e) { return (F_e('Bild31', F_CL, __e)); } );
	$('#Bild31A').bind('mouseover', function(__e) { return (F_e('Bild31', F_MV, __e)); } );
	$('#Bild31A').bind('mouseout', function(__e) { return (F_e('Bild31', F_MT, __e)); } );
	$('#mail_2A').bind('click', function(__e) { return (F_e('mail_2', F_CL, __e)); } );
	$('#mail_2A').bind('mouseover', function(__e) { return (F_e('mail_2', F_MV, __e)); } );
	$('#mail_2A').bind('mouseout', function(__e) { return (F_e('mail_2', F_MT, __e)); } );
});
// End Actions

