// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Flash7' , 'Flash7LYR', 'lyr', 'Layout',new Array(
	'Page Loaded','Flash7','Peek','In From Top',0),'',0);
 
	F_OM('Picture1' , 'Picture1LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture1','Peek','In From Left',0,
	'Clicked','Layout','Go To','./html/mens_wear_dual.html',0),'',0);
 	F_OM('Picture2' , 'Picture2LYR', 'img', 'Layout',new Array(
	'Page Loaded','Picture2','Peek','In From Right',0,
	'Clicked','Layout','Go To','./html/womens_wear_dual.htm',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture1A').bind('click', function(__e) { return (F_e('Picture1', F_CL, __e)); } );
	$('#Picture2A').bind('click', function(__e) { return (F_e('Picture2', F_CL, __e)); } );
});
// End Actions

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

