//SWFFMDF.swf
//shopID, clock, mlogo, theme, button, time, width, height

var s_width,s_height;
var flashName;

if(typeof global_ShopID == "undefined")global_ShopID="";
if(typeof global_Category == "undefined")global_Category="NoPriority";
if(typeof global_PartsType == "undefined")global_PartsType="small";
if(typeof global_ThemeSet == "undefined")global_ThemeSet="sky";
if(typeof global_ClockVisible == "undefined")global_ClockVisible="true";
if(typeof global_MoshimoLogoVisible == "undefined")global_MoshimoLogoVisible="true";
if(typeof global_MoveButtonVisible == "undefined")global_MoveButtonVisible="true";
if(typeof global_StopTime == "undefined")global_StopTime="30";

switch(global_PartsType){
	case "vertical":
		s_width=120;
		s_height=600;
		flashName="http://www.moshimo.com/mdf/MDFV";
		break;
	case "horizontal":
		s_width=600;
		s_height=100;
		flashName="http://www.moshimo.com/mdf/MDFH";
		break;
	case "small":
		s_width=160;
		s_height=270;
		flashName="http://www.moshimo.com/mdf/MDFS";
		break;
	default:
		s_width=160;
		s_height=270;
		flashName="http://www.moshimo.com/mdf/MDFS";
}

document.write('<img src="http://www.moshimo.com/images/spacer.gif" width="' + s_width + '" height="' + s_height + '">');

/*
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+s_width+"' height='"+s_height+"' id='"+flashName+"' align='middle'>");
document.write("<param name='allowScriptAccess' value='sameDomain' /><param name='menu' value='false' />");
document.write("<param name='movie' value='"+flashName+".swf?shopID="+global_ShopID+"&category="+global_Category+"&clock="+global_ClockVisible+"&mlogo="+global_MoshimoLogoVisible+"&theme="+global_ThemeSet+"&button="+global_MoveButtonVisible+"&time="+global_StopTime+"&fwidth="+s_width+"&fheight="+s_height+"' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='"+flashName+".swf?shopID="+global_ShopID+"&category="+global_Category+"&clock="+global_ClockVisible+"&mlogo="+global_MoshimoLogoVisible+"&theme="+global_ThemeSet+"&button="+global_MoveButtonVisible+"&time="+global_StopTime+"&fwidth="+s_width+"&fheight="+s_height+"' quality='high' bgcolor='#ffffff' width='"+s_width+"' height='"+s_height+"' name='"+flashName+"' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>");
*/
