// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture6' , 'Picture6LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture6',new Array(
		'Page Loaded','Picture6','Set Image',F_Parm('Image 1 (Normal)','../assets/images/about.jpg','Image 2 (Highlighted)','../assets/images/aboutroll.jpg','Image 3 (Depressed)','../assets/images/aboutquoteroll.jpg','Image 4 (Selected)','../assets/images/aboutfaqroll.jpg','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
		'Mouse Over','Picture6','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Picture6','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','http://xpressphones.vstore.ca',0),279,538,314,548);
		F_OM_Map('RectangleHotspot6' , 'rect', 'Picture6',new Array(
		'Mouse Over','Picture6','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Picture6','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/request_quote_-_xpress-phones_.html',0),289,563,392,656);
		F_OM_Map('RectangleHotspot7' , 'rect', 'Picture6',new Array(
		'Mouse Over','Picture6','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Picture6','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/faq_-_xpress-phones_-_great_br.html',0),417,562,512,653);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot2').bind('mouseover', function(__e) { return (F_e('RectangleHotspot2', F_MV, __e)); } );
	$('#RectangleHotspot2').bind('mouseout', function(__e) { return (F_e('RectangleHotspot2', 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)); } );
	$('#RectangleHotspot7').bind('mouseover', function(__e) { return (F_e('RectangleHotspot7', F_MV, __e)); } );
	$('#RectangleHotspot7').bind('mouseout', function(__e) { return (F_e('RectangleHotspot7', F_MT, __e)); } );
});
// End Actions

