// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture8' , 'Picture8LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot17' , 'rect', 'Picture8',new Array(
		'Page Loaded','Picture8','Set Image',F_Parm('Image 1 (Normal)','../assets/images/5-privacy_copy.jpg','Image 2 (Highlighted)','../assets/images/privacyquoteroll.jpg','Image 3 (Depressed)','../assets/images/5-privacyfaqroll.jpg','Image 4 (Selected)','../assets/images/5-privacyhereroll.jpg','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
		'Mouse Over','Picture8','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Picture8','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/request_quote_-_xpress-phones_.html',0),284,562,390,657);
		F_OM_Map('RectangleHotspot18' , 'rect', 'Picture8',new Array(
		'Mouse Over','Picture8','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Picture8','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/faq_-_xpress-phones_-_great_br.html',0),417,564,508,653);
		F_OM_Map('RectangleHotspot2' , 'rect', 'Picture8',new Array(
		'Mouse Over','Picture8','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Picture8','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','http://www.paypal.com',0),429,350,464,361);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot17').bind('mouseover', function(__e) { return (F_e('RectangleHotspot17', F_MV, __e)); } );
	$('#RectangleHotspot17').bind('mouseout', function(__e) { return (F_e('RectangleHotspot17', F_MT, __e)); } );
	$('#RectangleHotspot18').bind('mouseover', function(__e) { return (F_e('RectangleHotspot18', F_MV, __e)); } );
	$('#RectangleHotspot18').bind('mouseout', function(__e) { return (F_e('RectangleHotspot18', 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)); } );
});
// End Actions


