// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture9',new Array(
		'Page Loaded','Picture9','Set Image',F_Parm('Image 1 (Normal)','../assets/images/4-contacts_copy.jpg','Image 2 (Highlighted)','../assets/images/4-contactsalesroll.jpg','Image 3 (Depressed)','../assets/images/4-contactscontactform.jpg','Image 4 (Selected)','../assets/images/4-contactsinforoll.jpg','Image 5','../assets/images/4-contactswebmasterroll.jpg','Image 6','../assets/images/4-contactroll.jpg','Image 7','../assets/images/contactfaqroll.jpg','Image 8','','Image 9','','Image 10',''),0,
		'Mouse Over','Picture9','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','mailto:sales@xpress-phones.com',0),115,388,276,396);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture9',new Array(
		'Mouse Over','Picture9','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','mailto:info@xpress-phones.com',0),116,431,268,439);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture9',new Array(
		'Mouse Over','Picture9','Use Image','Image 5',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','mailto:webmaster@xpress-phones.com',0),123,475,305,484);
		F_OM_Map('RectangleHotspot5' , 'rect', 'Picture9',new Array(
		'Mouse Over','Picture9','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/contact_-_xpress-phones_-_grea1.html',0),400,370,521,511);
		F_OM_Map('RectangleHotspot23' , 'rect', 'Picture9',new Array(
		'Mouse Over','Picture9','Use Image','Image 6',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/request_quote_-_xpress-phones_.html',0),286,561,393,656);
		F_OM_Map('RectangleHotspot24' , 'rect', 'Picture9',new Array(
		'Mouse Over','Picture9','Use Image','Image 7',0,
		'Mouse Out','Picture9','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/faq_-_xpress-phones_-_great_br.html',0),418,564,505,654);
	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)); } );
	$('#RectangleHotspot5').bind('mouseover', function(__e) { return (F_e('RectangleHotspot5', F_MV, __e)); } );
	$('#RectangleHotspot5').bind('mouseout', function(__e) { return (F_e('RectangleHotspot5', F_MT, __e)); } );
	$('#RectangleHotspot23').bind('mouseover', function(__e) { return (F_e('RectangleHotspot23', F_MV, __e)); } );
	$('#RectangleHotspot23').bind('mouseout', function(__e) { return (F_e('RectangleHotspot23', F_MT, __e)); } );
	$('#RectangleHotspot24').bind('mouseover', function(__e) { return (F_e('RectangleHotspot24', F_MV, __e)); } );
	$('#RectangleHotspot24').bind('mouseout', function(__e) { return (F_e('RectangleHotspot24', F_MT, __e)); } );
});
// End Actions

