// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture7' , 'Picture7LYR', 'img', 'Layout',null,'',0);
 
		F_OM_Map('RectangleHotspot13' , 'rect', 'Picture7',new Array(
		'Page Loaded','Picture7','Set Image',F_Parm('Image 1 (Normal)','../assets/images/ebay_copy.jpg','Image 2 (Highlighted)','../assets/images/ebay_quoteroll.jpg','Image 3 (Depressed)','../assets/images/ebayheretoll.jpg','Image 4 (Selected)','../assets/images/ebayfaqroll.jpg','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
		'Mouse Over','Picture7','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Picture7','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/request_quote_-_xpress-phones_.html',0),284,561,390,651);
		F_OM_Map('RectangleHotspot14' , 'rect', 'Picture7',new Array(
		'Mouse Over','Picture7','Use Image','Image 3 (Depressed)',0,
		'Mouse Out','Picture7','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','http://feedback.ebay.com/ws/eBayISAPI.dll?ViewFeedback2&amp;userid=xpress-phones&amp;ftab=AllFeedback',0),499,390,533,403);
		F_OM_Map('RectangleHotspot1' , 'rect', 'Picture7',new Array(
		'Mouse Over','Picture7','Use Image','Image 4 (Selected)',0,
		'Mouse Out','Picture7','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','../html/faq_-_xpress-phones_-_great_br.html',0),415,562,514,651);
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#RectangleHotspot13').bind('mouseover', function(__e) { return (F_e('RectangleHotspot13', F_MV, __e)); } );
	$('#RectangleHotspot13').bind('mouseout', function(__e) { return (F_e('RectangleHotspot13', F_MT, __e)); } );
	$('#RectangleHotspot14').bind('mouseover', function(__e) { return (F_e('RectangleHotspot14', F_MV, __e)); } );
	$('#RectangleHotspot14').bind('mouseout', function(__e) { return (F_e('RectangleHotspot14', 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)); } );
});
// End Actions


