// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild206' , 'Bild206LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild206','Set Image',F_Parm('Image 1 (Normal)','./logo_unten_grau.gif','Image 2 (Highlighted)','./logo_unten_f1.gif','Image 3 (Depressed)','./logo_unten_dtm.gif','Image 4 (Selected)','./logo_unten_moto.gif','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0),'',0);
 
		F_OM_Map('PolygonHotspot2' , 'poly', 'Bild206',new Array(
		'Mouse Over','Bild206','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Bild206','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./MotoGP_Tickets/motogp_tickets.html',0),320,85,364,42,390,20,408,20,417,32,421,61,460,36,490,38,513,34,517,20,529,8,555,16,549,115,530,142,477,168,445,140,411,145,396,169,325,157,293,145,298,121);
		F_OM_Map('PolygonHotspot3' , 'poly', 'Bild206',new Array(
		'Mouse Over','Bild206','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Bild206','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./Formel1_Tickets/formel1_tickets.html',0),110,180,130,178,134,143,250,115,279,151,398,174,412,150,445,148,470,170,480,192,502,196,506,223,342,277,309,265,275,282,116,235,106,195);
		F_OM_Map('PolygonHotspot1' , 'poly', 'Bild206',new Array(
		'Mouse Over','Bild206','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Bild206','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./DTM_Tickets/dtm_tickets.html',0),137,34,206,25,346,30,347,52,311,90,282,138,268,132,256,108,225,114,176,129,129,138,126,172,18,178,40,96,79,87,79,87);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#PolygonHotspot2').bind('mouseover', function(__e) { return (F_e('PolygonHotspot2', F_MV, __e)); } );
	$('#PolygonHotspot2').bind('mouseout', function(__e) { return (F_e('PolygonHotspot2', F_MT, __e)); } );
	$('#PolygonHotspot3').bind('mouseover', function(__e) { return (F_e('PolygonHotspot3', F_MV, __e)); } );
	$('#PolygonHotspot3').bind('mouseout', function(__e) { return (F_e('PolygonHotspot3', F_MT, __e)); } );
	$('#PolygonHotspot1').bind('mouseover', function(__e) { return (F_e('PolygonHotspot1', F_MV, __e)); } );
	$('#PolygonHotspot1').bind('mouseout', function(__e) { return (F_e('PolygonHotspot1', F_MT, __e)); } );
});
// End Actions


