/*

*/
//
// DESCRIPTION
//
// This is a MobileMoney.biz Wizard Skin File and is used
// to define the layout of the Wizard output
// Make sure to include this file between the <head> and </head>
// tags at the top of your HTML document.
//
// Example:
// <script language="javascript" src="mmskin1.js"></script>
//  
// You are free to make changes in the HTML code below
// The first part of the line, before the = sign should
// never be changed. The part between the double quotes "..."
// can be altered. Make sure you dont put any double quotes
// in there. Use single quotes instead!
//
//
// LANGUAGE SPECIFIC
//
// If you want to use some static text which should be
// different in other languages, specify it like this:
// [EN]This is English[/EN][NL]Dit is Nederlands[/NL]
// This will result in "This is English" for English users
// and "Dit is Nederlands" voor Dutch users.
// This option is currently only available for the javagame
// variables. If you need them elsewhere, let us know
//
//
// COPYRIGHTS
//
// (c) Techno Design IP bv 2003. All rights reserved.
// MobileMoney.biz is a product of Techno Design IP bv
// E-Mail: affiliates@MobileMoney.biz
//


//
// Specifies how Emoticons should be displayed
//
mm_wizard_content_emoticon								= "<div class='mm_emoticons_sections'>[SECTIONS]</div><div class='mm_emoticons_content'>[CONTENT]</div><div class='mm_emoticons_pages'>[PAGES]</div>"
mm_wizard_table_header_emoticon							= "<table border='0' cellpadding='0' cellspacing='0'>"
mm_wizard_table_footer_emoticon							= "</table>"
mm_wizard_table_rowstart_odd_emoticon					= "<tr>"
mm_wizard_table_rowend_odd_emoticon						= "</tr>"
mm_wizard_table_rowstart_even_emoticon					= "<tr>"
mm_wizard_table_rowend_even_emoticon					= "</tr>"
mm_wizard_table_colstart_odd_emoticon					= "<td>"
mm_wizard_table_colend_odd_emoticon						= "</td>"
mm_wizard_table_colstart_even_emoticon					= "<td>"
mm_wizard_table_colend_even_emoticon					= "</td>"
mm_wizard_table_content_odd_emoticon					= "<a href='javascript:mobilemoneysale([ORDERNUMBER])' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/Emoticons/preview/80x80/[ORDERNUMBER].gif' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_emoticon					= mm_wizard_table_content_odd_emoticon;


//
// Specifies how top 10's of Emoticons should be displayed
//
mm_wizard_content_emoticon_toplist						= "<div class='mm_emoticons_sections'>[SECTIONS]</div><div class='mm_emoticons_content'>[CONTENT]</div><div class='mm_emoticons_pages'>[PAGES]</div>"
mm_wizard_table_header_emoticon_toplist					= "<table border='0' cellpadding='0' cellspacing='0'>"
mm_wizard_table_footer_emoticon_toplist					= "</table>"
mm_wizard_table_rowstart_odd_emoticon_toplist			= "<tr>"
mm_wizard_table_rowend_odd_emoticon_toplist				= "</tr>"
mm_wizard_table_rowstart_even_emoticon_toplist			= "<tr>"
mm_wizard_table_rowend_even_emoticon_toplist			= "</tr>"
mm_wizard_table_colstart_odd_emoticon_toplist			= "<td>"
mm_wizard_table_colend_odd_emoticon_toplist				= "</td>"
mm_wizard_table_colstart_even_emoticon_toplist			= "<td>"
mm_wizard_table_colend_even_emoticon_toplist			= "</td>"
mm_wizard_table_content_odd_emoticon_toplist			= "<a href='javascript:mobilemoneysale([ORDERNUMBER])' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/Emoticons/preview/80x80/[ORDERNUMBER].gif' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_emoticon_toplist			= mm_wizard_table_content_odd_emoticon_toplist;


//
// Specifies how Winks should be displayed
//
//mm_wizard_content_wink								= "<table border='0' width='100%' cellpadding='0' cellspacing='0'><tr><td align='center'>[SECTIONS]</td></tr><tr><td valign='top' align='center'><table cellspacing=0 cellpadding=0 border=0><tr><td width=5></td><td>[CONTENT]</td></tr></table></td></tr><tr><td align='left'><table cellspacing=0 cellpadding=0 border=0><tr height=20><td width=5></td><td>[PAGES]</td></tr></table></td></tr></table>"
mm_wizard_content_wink								= "<div class='mm_wink_sections'>[SECTIONS]</div><div class='mm_wink_content'>[CONTENT]</div><div class='mm_wink_pages'>[PAGES]</div>"
mm_wizard_table_header_wink							= "<table border=0 cellpadding=0 cellspacing=0>"
mm_wizard_table_footer_wink							= "</table>"
mm_wizard_table_rowstart_odd_wink					= "<tr>"
mm_wizard_table_rowend_odd_wink						= "</tr>"
mm_wizard_table_rowstart_even_wink					= "<tr>"
mm_wizard_table_rowend_even_wink					= "</tr>"
mm_wizard_table_colstart_odd_wink					= "<td align='center'>"
mm_wizard_table_colend_odd_wink						= "</td>"
mm_wizard_table_colstart_even_wink					= "<td align='center'>"
mm_wizard_table_colend_even_wink					= "</td>"
//mm_wizard_table_content_odd_wink					= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td></tr></table>"
mm_wizard_table_content_odd_wink					="<a href='javascript:preview_winksitem([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt=''/></a>"
mm_wizard_table_content_even_wink					= mm_wizard_table_content_odd_wink;


//
// Specifies how top 10's of Winks should be displayed
//
//mm_wizard_content_wink_toplist						= "<table border=0 cellpadding=0 cellspacing=0 width=100%><tr><td align=center valign=center>[CONTENT]</td></tr><tr><td>[PAGES]</td></tr></table>"
mm_wizard_content_wink_toplist						= "<div class='mm_wink_content'>[CONTENT]</div><div class='mm_wink_pages'>[PAGES]</div>"
mm_wizard_table_header_wink_toplist					= "<table border=0 cellpadding=0 cellspacing=0>"
mm_wizard_table_footer_wink_toplist					= "</table>"
mm_wizard_table_rowstart_odd_wink_toplist			= "<tr >"
mm_wizard_table_rowend_odd_wink_toplist				= "</tr>"
mm_wizard_table_rowstart_even_wink_toplist			= "<tr>"
mm_wizard_table_rowend_even_wink_toplist			= "</tr>"
mm_wizard_table_colstart_odd_wink_toplist			= "<td align='center'>"
mm_wizard_table_colend_odd_wink_toplist				= "</td>"
mm_wizard_table_colstart_even_wink_toplist			= "<td align='center'>"
mm_wizard_table_colend_even_wink_toplist			= "</td>"
//mm_wizard_table_content_odd_wink_toplist			= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif' ><a href='[ORDERURL]'><img src='[IMGURL]' border=0></td></tr></table>"
//mm_wizard_table_content_odd_wink_toplist			= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='[IMGURL]' alt=''/></a>"
mm_wizard_table_content_odd_wink_toplist			= "<a href='javascript:preview_winksitem([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt=''/></a>"
mm_wizard_table_content_even_wink_toplist			= mm_wizard_table_content_odd_wink_toplist;

//
// Specifies how DDPS should be displayed
//
//mm_wizard_content_ddp								= "<table border=0 width=100% cellspacing=0 cellpadding=0 align='center'><tr><td align='center'>[SECTIONS]</td></tr><tr><td align=top >[CONTENT]</td></tr><tr height=20><td>[PAGES]</td></tr></table>"
mm_wizard_content_ddp								= "<div class='mm_ddp_sections'>[SECTIONS]</div><div class='mm_ddp_content'>[CONTENT]</div><div class='mm_ddp_pages'>[PAGES]</div>"
mm_wizard_table_header_ddp							= "<table border=0 width=100% cellspacing=0 cellpadding=0 align='center'>"
mm_wizard_table_footer_ddp							= "</table>"
mm_wizard_table_rowstart_odd_ddp					= "<tr>"
mm_wizard_table_rowend_odd_ddp						= "</tr>"
mm_wizard_table_rowstart_even_ddp					= "<tr>"
mm_wizard_table_rowend_even_ddp						= "</tr>"
mm_wizard_table_colstart_odd_ddp					= "<td>"
mm_wizard_table_colend_odd_ddp						= "</td>"
mm_wizard_table_colstart_even_ddp					= "<td>"
mm_wizard_table_colend_even_ddp						= "</td>"
mm_wizard_table_content_odd_ddp						= "<table cellspacing=0 cellpadding=0 border=0 height=187 width=130 valign=top align=center background='images/ddp-background.gif'><tr colspan=2 height=14><td width=14>&nbsp;</td></tr><tr><td width=14></td><td align=left valign=top><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='102' HEIGHT='146' id='Object1' ALIGN='' VIEWASTEXT><PARAM NAME=movie VALUE='[IMGURL]'><PARAM NAME=quality VALUE=best><PARAM NAME=bgcolor VALUE=#ffffff><EMBED src='[IMGURL]' quality=best WIDTH='102' HEIGHT='146' NAME='test2' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr><tr colspan=3 ></td></tr></table>"
//mm_wizard_table_content_odd_ddp					= "<div class='mm_content_item'><span><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='102' HEIGHT='146' id='Object1' ALIGN='' VIEWASTEXT><PARAM NAME=movie VALUE='[IMGURL]'><PARAM NAME=quality VALUE=best><PARAM NAME=bgcolor VALUE=#ffffff><EMBED src='[IMGURL]' quality=best WIDTH='102' HEIGHT='146' NAME='test2' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></span></div>"
mm_wizard_table_content_odd_ddp						= "<div class='mm_content_item'><span><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='102' HEIGHT='146' id='Object1' ALIGN='' VIEWASTEXT><PARAM NAME=movie VALUE='http://content.mobilemoney.com/content/ddp/preview/[ORDERNUMBER].swf?url=javascript:preview_ddpitem([ORDERNUMBER],2);'><param name='quality' value='best'><param name='bgcolor' value='#ffffff'><embed src='http://www.mobilemoney.com/content/ddp/preview/[ORDERNUMBER].swf?url=javascript:preview_ddpitem([ORDERNUMBER],2);' quality='best' width='102' height='146' name='test2' align='' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></span></div>"
mm_wizard_table_content_even_ddp					= mm_wizard_table_content_odd_ddp;


//
// Specifies how top 10's of ddps should be displayed
//
//mm_wizard_content_ddp_toplist						= "<table cellspacing=0 cellpadding=0 border=0 width=100% align='center'><tr><td align='center' valign='center'>[CONTENT]</td></tr></table>"
mm_wizard_content_ddp_toplist						= "<div class='mm_ddp_sections'>[SECTIONS]</div><div class='mm_ddp_content'>[CONTENT]</div><div class='mm_ddp_pages'>[PAGES]</div>"
mm_wizard_table_header_ddp_toplist					= "<table border=0 width=100% cellpadding=0 cellspacing=0 align='center'>"
mm_wizard_table_footer_ddp_toplist					= "</table>"
mm_wizard_table_rowstart_odd_ddp_toplist			= "<tr>"
mm_wizard_table_rowend_odd_ddp_toplist				= "</tr>"
mm_wizard_table_rowstart_even_ddp_toplist			= "<tr>"
mm_wizard_table_rowend_even_ddp_toplist				= "</tr>"
mm_wizard_table_colstart_odd_ddp_toplist			= "<td>"
mm_wizard_table_colend_odd_ddp_toplist				= "</td>"
mm_wizard_table_colstart_even_ddp_toplist			= "<td>"
mm_wizard_table_colend_even_ddp_toplist				= "</td>"
//mm_wizard_table_content_odd_ddp_toplist			= "<table cellspacing=0 cellpadding=0 border=0 height=187 width=130 valign=top align=center background='images/ddp-background.gif'><tr colspan=2 height=14><td width=14></td></tr><tr><td width=14></td><td align=left valign=top><OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='102' HEIGHT='146' id='Object1' ALIGN='' VIEWASTEXT><PARAM NAME=movie VALUE='http://content.mobilemoney.com/content/ddp/preview/[ORDERNUMBER].swf?url=javascript:preview_ddpitem([ORDERNUMBER],2);'><PARAM NAME=quality VALUE=best><PARAM NAME=bgcolor VALUE=#ffffff><EMBED src='[IMGURL]' quality=best WIDTH='102' HEIGHT='146' NAME='test2' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED></OBJECT></td></tr><tr colspan=3 ></td></tr></table>"
mm_wizard_table_content_odd_ddp_toplist				= "<div class='mm_content_item'><span><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='102' HEIGHT='146' id='Object1' ALIGN='' VIEWASTEXT><PARAM NAME=movie VALUE='http://content.mobilemoney.com/content/ddp/preview/[ORDERNUMBER].swf?url=javascript:preview_ddpitem([ORDERNUMBER],2);'><param name='quality' value='best'><param name='bgcolor' value='#ffffff'><embed src='http://www.mobilemoney.com/content/ddp/preview/[ORDERNUMBER].swf?url=javascript:preview_ddpitem([ORDERNUMBER],2);' quality='best' width='102' height='146' name='test2' align='' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object></span></div>"
mm_wizard_table_content_even_ddp_toplist			= mm_wizard_table_content_odd_ddp_toplist;


//
// Specifies how the MSN Backgrounds should be displayed
//
//mm_wizard_content_msnbackground					= "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='center'>[SECTIONS]</td></tr><tr><td align=top align='center'><table cellspacing=0 cellpadding=0 border=0><tr><td width=5></td><td>[CONTENT]</td></tr></table></td></tr><tr><td align='left'><table cellspacing=0 cellpadding=0 border=0><tr height=20><td width=5></td><td>[PAGES]</td></tr></table></td></tr></table>"
mm_wizard_content_msnbackground					= "<div class='mm_background_sections'>[SECTIONS]</div><div class='mm_background_content'>[CONTENT]</div><div class='mm_background_pages'>[PAGES]</div>"
mm_wizard_table_header_msnbackground			= "<table border=0 cellpadding=0 cellspacing=0>"
mm_wizard_table_footer_msnbackground			= "</table>"
mm_wizard_table_rowstart_msnbackground			= "<tr>"
mm_wizard_table_rowend_odd_msnbackground		= "</tr>"
mm_wizard_table_rowstart_even_msnbackground		= "<tr>"
mm_wizard_table_rowend_even_msnbackground		= "</tr>"
mm_wizard_table_colstart_odd_msnbackground		= "<td>"
mm_wizard_table_colend_odd_msnbackground		= "</td>"
mm_wizard_table_colstart_even_msnbackground		= "<td>"
mm_wizard_table_colend_even_msnbackground		= "</td>"
mm_wizard_table_content_odd_msnbackground		= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif' ><a href='[ORDERURL]'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' border=0></td></tr></table>"
mm_wizard_table_content_odd_msnbackground		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='' /></a>"
mm_wizard_table_content_even_msnbackground		= mm_wizard_table_content_odd_msnbackground;																																	


//
// Specifies how top 10's of MSN Background should be displayed
//
//mm_wizard_content_msnbackground_toplist				= "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='center'></td></tr><tr><td align=top align='center'><table cellspacing=0 cellpadding=0 border=0><tr><td width=5></td><td>[CONTENT]</td></tr></table></td></tr><tr><td align='left'><table cellspacing=0 cellpadding=0 border=0><tr height=20><td width=5></td><td>[PAGES]</td></tr></table></td></tr></table>"
mm_wizard_content_msnbackground_toplist				= "<div class='mm_background_content'>[CONTENT]</div><div class='mm_background_pages'>[PAGES]</div>"
mm_wizard_table_header_msnbackground_toplist		= "<table cellspacing=0 cellpadding=0 border=0>"
mm_wizard_table_footer_msnbackground_toplist		= "</table>"
mm_wizard_table_rowstart_msnbackground_toplist		= "<tr>"
mm_wizard_table_rowend_odd_msnbackground_toplist	= "</tr>"
mm_wizard_table_rowstart_even_msnbackground_toplist	= "<tr>"
mm_wizard_table_rowend_even_msnbackground_toplist	= "</tr>"
mm_wizard_table_colstart_odd_msnbackground_toplist	= "<td>"
mm_wizard_table_colend_odd_msnbackground_toplist	= "</td>"
mm_wizard_table_colstart_even_msnbackground_toplist	= "<td>"
mm_wizard_table_colend_even_msnbackground_toplist	= "</td>"
//mm_wizard_table_content_odd_msnbackground_toplist	= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif' ><a href='[ORDERURL]'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' border=0></td></tr></table>"
mm_wizard_table_content_odd_msnbackground_toplist	= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='' /></a>"
mm_wizard_table_content_even_msnbackground_toplist	= mm_wizard_table_content_odd_msnbackground_toplist;


//
// Specifies how Display Pictures should be displayed
//
//mm_wizard_content_displaypicture				= "<table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='center'>[SECTIONS]</td></tr><tr><td align=top align='center'><table cellspacing=0 cellpadding=0 border=0><tr><td width=5></td><td>[CONTENT]</td></tr></table></td></tr><tr><td align='left'><table cellspacing=0 cellpadding=0 border=0><tr height=20><td width=5></td><td>[PAGES]</td></tr></table></td></tr></table>"
mm_wizard_content_displaypicture				= "<div class='mm_dp_sections'>[SECTIONS]</div><div class='mm_dp_content'>[CONTENT]</div><div class='mm_dp_pages'>[PAGES]</div>"
mm_wizard_table_header_displaypicture			= "<table cellspacing=0 cellpadding=0 border=0>"
mm_wizard_table_footer_displaypicture			= "</table>"
mm_wizard_table_rowstart_displaypicture			= "<tr>"
mm_wizard_table_rowend_odd_displaypicture		= "</tr>"
mm_wizard_table_rowstart_even_displaypicture	= "<tr>"
mm_wizard_table_rowend_even_displaypicture		= "</tr>"
mm_wizard_table_colstart_odd_displaypicture		= "<td >"
mm_wizard_table_colend_odd_displaypicture		= "</td>"
mm_wizard_table_colstart_even_displaypicture	= "<td>"
mm_wizard_table_colend_even_displaypicture		= "</td>"
//mm_wizard_table_content_odd_displaypicture		= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif' ><a href='[ORDERURL]'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' border=0></td></tr></table>"
mm_wizard_table_content_odd_displaypicture		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt=''/></a>"
mm_wizard_table_content_even_displaypicture		= mm_wizard_table_content_odd_displaypicture;																																	 


//
// Specifies how Top 10's of Display Pictures should be displayed
//
//mm_wizard_content_displaypicture_toplist				= <table border=0 width=100% cellpadding=0 cellspacing=0><tr><td align='center'></td></tr><tr><td align=top align='center'><table cellspacing=0 cellpadding=0 border=0><tr><td width=5></td><td>[CONTENT]</td></tr></table></td></tr><tr><td align='left'><table cellspacing=0 cellpadding=0 border=0><tr height=20><td width=5></td><td>[PAGES]</td></tr></table></td></tr></table>"
mm_wizard_content_displaypicture_toplist				= "<div class='mm_dp_content'>[CONTENT]</div><div class='mm_dp_pages'>[PAGES]</div>"
mm_wizard_table_header_displaypicture_toplist			= "<table cellspacing=0 cellpadding=0 border=0>"
mm_wizard_table_footer_displaypicture_toplist			= "</table>"
mm_wizard_table_rowstart_displaypicture_toplist			= "<tr>"
mm_wizard_table_rowend_odd_displaypicture_toplist		= "</tr>"
mm_wizard_table_rowstart_even_displaypicture_toplist	= "<tr>"
mm_wizard_table_rowend_even_displaypicture_toplist		= "</tr>"
mm_wizard_table_colstart_odd_displaypicture_toplist		= "<td >"
mm_wizard_table_colend_odd_displaypicture_toplist		= "</td>"
mm_wizard_table_colstart_even_displaypicture_toplist	= "<td>"
mm_wizard_table_colend_even_displaypicture_toplist		= "</td>"
//mm_wizard_table_content_odd_displaypicture_toplist	= "<table height=110 width=110 border=0 cellpadding=0 cellspacing=0 ><tr><td align=center valing=middle background='images/wink-background2.gif' ><a href='[ORDERURL]'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' border=0></td></tr></table>"
mm_wizard_table_content_odd_displaypicture_toplist		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt=''/></a>"
mm_wizard_table_content_even_displaypicture_toplist		= mm_wizard_table_content_odd_displaypicture_toplist;


//
// Specifies how MSN Themes should be displayed
//
mm_wizard_content_msntheme						= "<div class='mm_theme_sections'>[SECTIONS]</div><div class='mm_theme_content'>[CONTENT]</div><div class='mm_theme_pages'>[PAGES]</div>"
mm_wizard_table_header_msntheme					= "<table cellspacing=0 cellpadding=0 border=0>"
mm_wizard_table_footer_msntheme					= "</table>"
mm_wizard_table_rowstart_msntheme				= "<tr>"
mm_wizard_table_rowend_odd_msntheme				= "</tr>"
mm_wizard_table_rowstart_even_msntheme			= "<tr>"
mm_wizard_table_rowend_even_msntheme			= "</tr>"
mm_wizard_table_colstart_odd_msntheme			= "<td>"
mm_wizard_table_colend_odd_msntheme				= "</td>"
mm_wizard_table_colstart_even_msntheme			= "<td>"
mm_wizard_table_colend_even_msntheme			= "</td>"
mm_wizard_table_content_odd_msntheme			= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='' /></a>"
mm_wizard_table_content_even_msntheme			= mm_wizard_table_content_odd_msntheme;																												


//
// Specifies how Top 10's of MSN Themes should be displayed
//
mm_wizard_content_msntheme_toplist				= "<div class='mm_theme_content'>[CONTENT]</div><div class='mm_theme_pages'>[PAGES]</div>"
mm_wizard_table_header_msntheme_toplist			= "<table cellspacing=0 cellpadding=0 border=0>"
mm_wizard_table_footer_msntheme_toplist			= "</table>"
mm_wizard_table_rowstart_msntheme_toplist		= "<tr>"
mm_wizard_table_rowend_odd_msntheme_toplist		= "</tr>"
mm_wizard_table_rowstart_even_msntheme_toplist	= "<tr>"
mm_wizard_table_rowend_even_msntheme_toplist	= "</tr>"
mm_wizard_table_colstart_odd_msntheme_toplist	= "<td>"
mm_wizard_table_colend_odd_msntheme_toplist		= "</td>"
mm_wizard_table_colstart_even_msntheme_toplist	= "<td>"
mm_wizard_table_colend_even_msntheme_toplist	= "</td>"
mm_wizard_table_content_odd_msntheme_toplist	= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='' /></a>"
mm_wizard_table_content_even_msntheme_toplist	= mm_wizard_table_content_odd_msntheme_toplist;


//
// Specifies how the ABC charlist should be displayed (A | B | C | D)
//
mm_wizard_chars_header			= "<div class='mm_chars'>"
mm_wizard_chars_char			= "<span class='mm_char_item'><a href='[CHARURL]'>[CHAR]</a></span>"
mm_wizard_chars_activechar      = "<span class='mm_char_item'><span class='active'>[CHAR]</span></span>"
mm_wizard_chars_deactivatedchar	= "<span class='mm_char_item'>[CHAR]</span>"
mm_wizard_chars_divider			= ""
mm_wizard_chars_footer			= "</div>"

//
// Specifies how the paging information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header			= "<div class='mm_pages'>[EN]Page[/EN][NL]Pagina[/NL]: "
mm_wizard_pages_page			= "<span class='mm_page_item'><a href='[PAGEURL]'>[PAGENUMBER]</a></span>"
mm_wizard_pages_activepage		= "<span class='mm_page_item'><span class='active'>[PAGENUMBER]</span></span>" 
mm_wizard_pages_divider			= "<span class='mm_sep'> | </span>"
mm_wizard_pages_footer			= "</div>"
    
//
// Specifies how the sections should be displayed (Anthems | Cartoons | Dance)
//
mm_wizard_sections_header		= "<div class='mm_genres'>"
mm_wizard_sections_section		= "<span class='mm_genre_item'><a href='[SECTIONURL]'>[SECTIONNAME]</a></span>"
mm_wizard_sections_activesection= "<span class='mm_genre_item'><span class='active'>[SECTIONNAME]</span></span>" 
mm_wizard_sections_divider		= "<span class='mm_sep'> | </span>"
mm_wizard_sections_footer		= "</div>"
