// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Table9' , 'Table9LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture6' , 'Picture6LYR', 'img', 'Table9',new Array(
		'Mouse Over','Dimension_200','Show','',0,
		'Mouse Out','Dimension_200','Hide','',0,
		'Clicked','Layout','Go To','../html/routers.html',0),'',0);
 
	F_OM('Table10' , 'Table10LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table25' , 'Table25LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table26' , 'Table26LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table15' , 'Table15LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table16' , 'Table16LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table17' , 'Table17LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('ion_kucuk' , 'ion_kucukLYR', 'img', 'Table17',new Array(
		'Mouse Over','ION','Show','',0,
		'Mouse Out','ION','Hide','',0,
		'Clicked','Layout','Go To','../html/printers.html',0),'',0);
 
	F_OM('Table18' , 'Table18LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table19' , 'Table19LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table20' , 'Table20LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table21' , 'Table21LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table22' , 'Table22LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table23' , 'Table23LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table24' , 'Table24LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Dimension_200' , 'Dimension_200LYR', 'img', 'Layout',new Array(
	'Page Loaded','Dimension_200','Hide','',0),'',0);
 	F_OM('ION' , 'IONLYR', 'img', 'Layout',new Array(
	'Page Loaded','ION','Hide','',0),'',0);
 	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Table5' , 'Table5LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Table27' , 'Table27LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture6A').bind('click', function(__e) { return (F_e('Picture6', F_CL, __e)); } );
	$('#Picture6A').bind('mouseover', function(__e) { return (F_e('Picture6', F_MV, __e)); } );
	$('#Picture6A').bind('mouseout', function(__e) { return (F_e('Picture6', F_MT, __e)); } );
	$('#ion_kucukA').bind('click', function(__e) { return (F_e('ion_kucuk', F_CL, __e)); } );
	$('#ion_kucukA').bind('mouseover', function(__e) { return (F_e('ion_kucuk', F_MV, __e)); } );
	$('#ion_kucukA').bind('mouseout', function(__e) { return (F_e('ion_kucuk', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton6" : { image: "../assets/images/autogen/Home_Nregular_1_1.gif", rollover: "../assets/images/autogen/Home_NRregularRollover_1_1.gif", w: 157, h: 46 },
	"NavigationButton7" : { image: "../assets/images/autogen/Products_Hhighlighted_1_1.gif", rollover: "../assets/images/autogen/Products_HRhighlightedRollover_1_1.gif", w: 157, h: 46 },
	"NavigationButton8" : { image: "../assets/images/autogen/Printers_Nregular_1.gif", rollover: "../assets/images/autogen/Printers_NRregularRollover_1.gif", w: 157, h: 46 },
	"NavigationButton9" : { image: "../assets/images/autogen/Routers_Nregular_1.gif", rollover: "../assets/images/autogen/Routers_NRregularRollover_1.gif", w: 157, h: 46 },
	"NavigationButton10" : { image: "../assets/images/autogen/Plotters_Nregular_1.gif", rollover: "../assets/images/autogen/Plotters_NRregularRollover_1.gif", w: 157, h: 46 },
	"NavigationButton11" : { image: "../assets/images/autogen/Support_Nregular_1.gif", rollover: "../assets/images/autogen/Support_NRregularRollover_1.gif", w: 157, h: 46 },
	"NavigationButton12" : { image: "../assets/images/autogen/About_Us_Nregular_1.gif", rollover: "../assets/images/autogen/About_Us_NRregularRollover_1.gif", w: 157, h: 46 },
	"NavigationButton13" : { image: "../assets/images/autogen/Contact_Nregular_1.gif", rollover: "../assets/images/autogen/Contact_NRregularRollover_1.gif", w: 157, h: 46 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars

