// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('vibracool_holder_ECO' , 'vibracool_holder_ECOLYR', 'img', 'Layout',new Array(
	'Page Loaded','vibracool_holder_ECO','Set Image',F_Parm('Image 1 (Normal)','../assets/images/vibracool_flights1.JPG','Image 2 (Highlighted)','../assets/images/Curved_vibracool.jpg','Image 3 (Depressed)','../assets/images/corrugated_vibracool.jpg','Image 4 (Selected)','../assets/images/bowl_vibracool.jpg','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0),'',0);
 	F_OM('thumbnail1a' , 'thumbnail1aLYR', 'img', 'Layout',new Array(
	'Page Loaded','thumbnail1a','Set Image',F_Parm('Image 1 (Normal)','','Image 2 (Highlighted)','','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Page Loaded','thumbnail1a','Use Image','Image 1 (Normal)',0,
	'Mouse Over','vibracool_holder_ECO','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','vibracool_holder_ECO','Use Image','Image 1 (Normal)',0),'',0);
 	F_OM('thumbnail2' , 'thumbnail2LYR', 'img', 'Layout',new Array(
	'Mouse Over','vibracool_holder_ECO','Use Image','Image 3 (Depressed)',0,
	'Mouse Out','vibracool_holder_ECO','Use Image','Image 1 (Normal)',0),'',0);
 	F_OM('thumbnail3' , 'thumbnail3LYR', 'img', 'Layout',new Array(
	'Mouse Over','vibracool_holder_ECO','Use Image','Image 4 (Selected)',0,
	'Mouse Out','vibracool_holder_ECO','Use Image','Image 1 (Normal)',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#thumbnail1aA').bind('mouseover', function(__e) { return (F_e('thumbnail1a', F_MV, __e)); } );
	$('#thumbnail1aA').bind('mouseout', function(__e) { return (F_e('thumbnail1a', F_MT, __e)); } );
	$('#thumbnail2A').bind('mouseover', function(__e) { return (F_e('thumbnail2', F_MV, __e)); } );
	$('#thumbnail2A').bind('mouseout', function(__e) { return (F_e('thumbnail2', F_MT, __e)); } );
	$('#thumbnail3A').bind('mouseover', function(__e) { return (F_e('thumbnail3', F_MV, __e)); } );
	$('#thumbnail3A').bind('mouseout', function(__e) { return (F_e('thumbnail3', F_MT, __e)); } );
});
// End Actions

