// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Layoutbereich2' , 'Layoutbereich2LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Layoutbereich3' , 'Layoutbereich3LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Layoutbereich4' , 'Layoutbereich4LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Layoutbereich6' , 'Layoutbereich6LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Tabelle3' , 'Tabelle3LYR', 'lyr', 'Layoutbereich6',null,'',0);
 
			F_OM('Bild35' , 'Bild35LYR', 'img', 'Tabelle3',new Array(
			
'Clicked','Layout','Open Window',F_Parm('name','PC-shop-bk','URL','http://www.pc-shop-bk.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('Layoutbereich9' , 'Layoutbereich9LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Layoutbereich7' , 'Layoutbereich7LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Layoutbereich8' , 'Layoutbereich8LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Layoutbereich10' , 'Layoutbereich10LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('VertikaleNavigationsleiste2' , 'VertikaleNavigationsleiste2LYR', 'nav', 'Layoutbereich10',null,'',0);
 
	F_OM('Layoutbereich11' , 'Layoutbereich11LYR', 'lyr', 'Layout',null,'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild35A').bind('click', function(__e) { return (F_e('Bild35', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp2_1.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche2" : { image: "../High_End_Hp3_1.gif", rollover: "../High_End_HRp4_1.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche3" : { image: "../Outlook_Np1.gif", rollover: "../Outlook_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche4" : { image: "../Website_Np1.gif", rollover: "../Website_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche5" : { image: "../Service_Np1.gif", rollover: "../Service_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche6" : { image: "../Referenz_Np1.gif", rollover: "../Referenz_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche7" : { image: "../Kostenlos_Np1.gif", rollover: "../Kostenlos_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche8" : { image: "../Register_Np1.gif", rollover: "../Register_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche9" : { image: "../Kontakt_Np1.gif", rollover: "../Kontakt_NRp2.gif", w: 114, h: 22, opening: "bottom", offsetX: 0, offsetY: 22 },
	"Navigationsschaltflaeche12" : { image: "../AGB_Np1.gif", rollover: "../AGB_NRp2.gif", w: 114, h: 22 },
	"Navigationsschaltflaeche13" : { image: "../Impressum_Np1.gif", rollover: "../Impressum_NRp2.gif", w: 114, h: 22 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "VertikaleNavigationsleiste2", rollover: true, autoClose: true });
	$("#VertikaleNavigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VertikaleNavigationsleiste2_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 114, offsetY: 0 });
	$("#VertikaleNavigationsleiste2 ul").hide();
});


// End Navigation Bars

