// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Picture29' , 'Picture29LYR', 'img', 'Layout',new Array(
	'Clicked','Layout','Open Window',F_Parm('name','Go carrier','URL','http://www.carrier.com','width',640,'height',480,'top',0,'left',0,'toolbar','yes','menubar','yes','location','yes','status','yes','resizable','yes','directories','yes','scrollbars','yes'),0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture29A').bind('click', function(__e) { return (F_e('Picture29', F_CL, __e)); } );
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave1").media({ width: 303, height: 47,
		src: '../assets/applets/seimer_final_2.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

