// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('WTSTop' , 'WTSTopLYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot1' , 'rect', 'WTSTop',new Array(
		'Page Loaded','WTSTop','Set Image',F_Parm('Image 1 (Normal)','../assets/images/WTSTop.jpg','Image 2 (Highlighted)','../assets/images/WTSTopWTS.jpg','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','../assets/images/WTSTopProd.jpg','Image 6','../assets/images/WTSTopServ.jpg','Image 7','../assets/images/WTSTopAbout.jpg','Image 8','../assets/images/WTSTopCont.jpg','Image 9','','Image 10',''),0,
		'Mouse Over','WTSTop','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../body_index.html',0),127,18,603,59);
		F_OM_Map('RectangleHotspot2' , 'rect', 'WTSTop',new Array(
		'Mouse Over','WTSTop','Use Image','Image 5',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../html/body_products.html',0),127,63,240,89);
		F_OM_Map('RectangleHotspot3' , 'rect', 'WTSTop',new Array(
		'Mouse Over','WTSTop','Use Image','Image 6',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../html/body_services.html',0),258,63,366,89);
		F_OM_Map('RectangleHotspot4' , 'rect', 'WTSTop',new Array(
		'Mouse Over','WTSTop','Use Image','Image 7',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../html/body_about.html',0),376,65,466,90);
		F_OM_Map('RectangleHotspot5' , 'rect', 'WTSTop',new Array(
		'Mouse Over','WTSTop','Use Image','Image 8',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../html/body_contact.html',0),479,64,596,90);
		F_OM_Map('RectangleHotspot6' , 'rect', 'WTSTop',new Array(
		'Mouse Over','WTSTop','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','WTSTop','Use Image','Image 1 (Normal)',0,
		'Clicked','body:Layout','Go To','../body_index.html',0),32,2,130,98);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', F_MT, __e)); } );
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', F_MT, __e)); } );
	$('#RectangleHotspot3').bind('mouseover', function(__e) { return (F_e('RectangleHotspot3', F_MV, __e)); } );
	$('#RectangleHotspot3').bind('mouseout', function(__e) { return (F_e('RectangleHotspot3', F_MT, __e)); } );
	$('#RectangleHotspot4').bind('mouseover', function(__e) { return (F_e('RectangleHotspot4', F_MV, __e)); } );
	$('#RectangleHotspot4').bind('mouseout', function(__e) { return (F_e('RectangleHotspot4', F_MT, __e)); } );
	$('#RectangleHotspot5').bind('mouseover', function(__e) { return (F_e('RectangleHotspot5', F_MV, __e)); } );
	$('#RectangleHotspot5').bind('mouseout', function(__e) { return (F_e('RectangleHotspot5', F_MT, __e)); } );
	$('#RectangleHotspot6').bind('mouseover', function(__e) { return (F_e('RectangleHotspot6', F_MV, __e)); } );
	$('#RectangleHotspot6').bind('mouseout', function(__e) { return (F_e('RectangleHotspot6', F_MT, __e)); } );
});
// End Actions

