// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',new Array(
	
'Page Loaded','Picture19','Set Image',F_Parm('Image 1 (Normal)','./clock_transparent.gif','Image 2 (Highlighted)','./time23.gif','Image 3 (Depressed)','./time22.jpg','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0
,
	'Mouse Over','Picture19','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Picture19','Use Image','Image 1 (Normal)',0,
	'Mouse Down','Picture19','Use Image','Image 3 (Depressed)',0,
	'Mouse Up','Picture19','Use Image','Image 2 (Highlighted)',0,
	'Clicked','Layout','Go To URL',F_Parm('URL','http://www.netscape.co.uk/cgi-bin/what_time2.cgi?tz=chuuk&amp;submit.x=33&amp;submit.y=8','Target Frame','This','Other Target',''),0,
	'Clicked','Layout','Go To','http://www.timeanddate.com/worldclock/city.html?n=1070',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture19A').bind('click', function(__e) { return (F_e('Picture19', F_CL, __e)); } );
	$('#Picture19A').bind('mouseover', function(__e) { return (F_e('Picture19', F_MV, __e)); } );
	$('#Picture19A').bind('mouseout', function(__e) { return (F_e('Picture19', F_MT, __e)); } );
	$('#Picture19A').bind('mousedown', function(__e) { return (F_e('Picture19', F_MD, __e)); } );
	$('#Picture19A').bind('mouseup', function(__e) { return (F_e('Picture19', F_MU, __e)); } );
});
// End Actions

