// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture4' , 'Picture4LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Picture4','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./html/faq_-_xpress-phones_-_great_br.html',0),419,563,506,657);
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture4',new Array(
		'Page Loaded','Picture4','Set Image',F_Parm('Image 1 (Normal)','./assets/images/mainpage_copy.jpg','Image 2 (Highlighted)','./assets/images/quoterollover_copy.jpg','Image 3 (Depressed)','./assets/images/FAQrollover_copy.jpg','Image 4 (Selected)','./assets/images/mainpagerollover_copy.jpg','Image 5','./assets/images/ebaypagerollover_copy.jpg','Image 6','./assets/images/storepagerollover_copy.jpg','Image 7','./assets/images/contactpagerollover_copy.jpg','Image 8','./assets/images/privacytpagerollover_copy.jpg','Image 9','./assets/images/mainpage_copy.jpg','Image 10',''),0,
		'Mouse Over','Picture4','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Picture4','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./html/request_quote_-_xpress-phones_.html',0),282,562,391,655);
		F_OM_Map('RectangleHotspot3' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Picture4','Use Image','Image 9',0,
		'Clicked','Layout','Go To','./html/about_-_xpress-phones_-_great_.html',0),105,142,664,228);
		F_OM_Map('RectangleHotspot4' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 5',0,
		'Mouse Out','Picture4','Use Image','Image 9',0,
		'Clicked','Layout','Go To','./html/ebay_-_xpress-phones_-_great_b.html',0),106,230,665,310);
		F_OM_Map('RectangleHotspot5' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 6',0,
		'Mouse Out','Picture4','Use Image','Image 9',0,
		'Clicked','Layout','Go To','http://xpressphones.vstore.ca',0),105,310,665,391);
		F_OM_Map('RectangleHotspot6' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 7',0,
		'Mouse Out','Picture4','Use Image','Image 9',0,
		'Clicked','Layout','Go To','./html/contact_-_xpress-phones_-_grea.html',0),105,391,666,474);
		F_OM_Map('RectangleHotspot7' , 'rect', 'Picture4',new Array(
		'Mouse Over','Picture4','Use Image','Image 8',0,
		'Mouse Out','Picture4','Use Image','Image 9',0,
		'Clicked','Layout','Go To','./html/privacy_-_xpress-phones_-_grea.html',0),104,473,667,558);
	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)); } );
	$('#RectangleHotspot1').bind('mouseover', function(__e) { return (F_e('RectangleHotspot1', F_MV, __e)); } );
	$('#RectangleHotspot1').bind('mouseout', function(__e) { return (F_e('RectangleHotspot1', 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)); } );
	$('#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


