//
// 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="template.js"></script>
//
// (c) Techno Design IP bv 2003-2008. All rights reserved.
// MobileMoney.biz is a product of Techno Design IP bv
//

// 
// 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!
//

// SPEAKER
// Specifies how speaker preview should be displayed
// ---------------------------------------------------------------
mm_wizard_speaker_playbutton		= "<img src=\'http://previews.mobilemoney.com/mmskins/template/speaker_silent.gif\' border=0 width=14 height=13>"
mm_wizard_speaker_stopbutton		= "<img src=\'http://previews.mobilemoney.com/mmskins/template/speaker_busy.gif\' border=0 width=14 height=13>"
mm_wizard_speaker_disabled			= "<img src=\'http://previews.mobilemoney.com/mmskins/template/speaker_disabled.gif\' border=0 width=14 height=13>"


//
// Specifies how Ringtones, Voicemails and Polyphonic
// ringtones should be shown.
//
mm_wizard_content_sound						= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_content_abc						= "[CHARS]<br>[CONTENT]<br>[PAGES]"
mm_wizard_table_header_sound					= "<table border=0 width=100%>"
mm_wizard_table_footer_sound					= "</table>"
mm_wizard_table_rowstart_odd_sound				= "<tr>"
mm_wizard_table_rowend_odd_sound				= "</tr>"
mm_wizard_table_rowstart_even_sound				= "<tr>"
mm_wizard_table_rowend_even_sound				= "</tr>"
mm_wizard_table_colstart_odd_sound				= "<td>"
mm_wizard_table_colend_odd_sound				= "</td>"
mm_wizard_table_colstart_even_sound				= "<td>"
mm_wizard_table_colend_even_sound				= "</td>"
mm_wizard_table_content_odd_sound				= "<a href='[LISTENURL]'><img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_even_sound				= "<a href='[LISTENURL]'><img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_unavailable_odd_sound			= "<img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;[ARTIST] - [SONG]"
mm_wizard_table_content_unavailable_even_sound			= "<img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;[ARTIST] - [SONG]"

//
// Specifies how top 10's, top 25's etc of the Ringtones, 
// Voicemails and Polyphonic ringtones should be shown.
//
mm_wizard_content_sound_toplist					= "[CONTENT]<br>[PAGES]"
mm_wizard_table_header_sound_toplist				= "<table border=0 width=100%>"
mm_wizard_table_footer_sound_toplist				= "</table>"
mm_wizard_table_rowstart_odd_sound_toplist			= "<tr>"
mm_wizard_table_rowend_odd_sound_toplist			= "</tr>"
mm_wizard_table_rowstart_even_sound_toplist			= "<tr>"
mm_wizard_table_rowend_even_sound_toplist			= "</tr>"
mm_wizard_table_colstart_odd_sound_toplist			= "<td>"
mm_wizard_table_colend_odd_sound_toplist			= "</td>"
mm_wizard_table_colstart_even_sound_toplist			= "<td>"
mm_wizard_table_colend_even_sound_toplist			= "</td>"
mm_wizard_table_content_odd_sound_toplist			= "<a href='[LISTENURL]'><img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_even_sound_toplist			= "<a href='[LISTENURL]'><img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_unavailable_odd_sound_toplist		= "<img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;[ARTIST] - [SONG]"
mm_wizard_table_content_unavailable_even_sound_toplist		= "<img src='http://www.mobilemoney.biz/images/speaker.gif' border=0></a>&nbsp;[ARTIST] - [SONG]"


//
// Specifies how logos need to be shown
//
mm_wizard_content_logo					= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_logo				= "<table border=0 width=100%>"
mm_wizard_table_footer_logo				= "</table>"
mm_wizard_table_rowstart_odd_logo		= "<tr>"
mm_wizard_table_rowend_odd_logo			= "</tr>"
mm_wizard_table_rowstart_even_logo		= "<tr>"
mm_wizard_table_rowend_even_logo		= "</tr>"
mm_wizard_table_colstart_odd_logo		= "<td>"
mm_wizard_table_colend_odd_logo			= "</td>"
mm_wizard_table_colstart_even_logo		= "<td>"
mm_wizard_table_colend_even_logo		= "</td>"
mm_wizard_table_content_odd_logo		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_logo		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how the top 10/20 etc of logos should be displayed
//
mm_wizard_content_logo_toplist				= "[CONTENT]"
mm_wizard_table_header_logo_toplist			= "<table border=0 width=100%>"
mm_wizard_table_footer_logo_toplist			= "</table>"
mm_wizard_table_rowstart_odd_logo_toplist	= "<tr>"
mm_wizard_table_rowend_odd_logo_toplist		= "</tr>"
mm_wizard_table_rowstart_even_logo_toplist	= "<tr>"
mm_wizard_table_rowend_even_logo_toplist	= "</tr>"
mm_wizard_table_colstart_odd_logo_toplist	= "<td>"
mm_wizard_table_colend_odd_logo_toplist		= "</td>"
mm_wizard_table_colstart_even_logo_toplist	= "<td>"
mm_wizard_table_colend_even_logo_toplist	= "</td>"
mm_wizard_table_content_odd_logo_toplist	= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_logo_toplist	= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how funcards and blink logos should be displayed
//
mm_wizard_content_card					= "[CONTENT]<br>[PAGES][SECTIONS]"
mm_wizard_table_header_card				= "<table border=0 width=100%>"
mm_wizard_table_footer_card				= "</table>"
mm_wizard_table_rowstart_odd_card		= "<tr>"
mm_wizard_table_rowend_odd_card			= "</tr>"
mm_wizard_table_rowstart_even_card		= "<tr>"
mm_wizard_table_rowend_even_card		= "</tr>"
mm_wizard_table_colstart_odd_card		= "<td>"
mm_wizard_table_colend_odd_card			= "</td>"
mm_wizard_table_colstart_even_card		= "<td>"
mm_wizard_table_colend_even_card		= "</td>"
mm_wizard_table_content_odd_card		= "<a href='[ORDERURL]'><img src='[IMGURL]' name='[IMGNAME]' border=0></a>"
mm_wizard_table_content_even_card		= "<a href='[ORDERURL]'><img src='[IMGURL]' name='[IMGNAME]' border=0></a>"

//
// Specifies how the top 3/10 etc of funcards and blink logos should be displayed
//
mm_wizard_content_card_toplist					= "[CONTENT]"
mm_wizard_table_header_card_toplist				= "<table border=0 width=100%>"
mm_wizard_table_footer_card_toplist				= "</table>"
mm_wizard_table_rowstart_odd_card_toplist		= "<tr>"
mm_wizard_table_rowend_odd_card_toplist			= "</tr>"
mm_wizard_table_rowstart_even_card_toplist		= "<tr>"
mm_wizard_table_rowend_even_card_toplist		= "</tr>"
mm_wizard_table_colstart_odd_card_toplist		= "<td>"
mm_wizard_table_colend_odd_card_toplist			= "</td>"
mm_wizard_table_colstart_even_card_toplist		= "<td>"
mm_wizard_table_colend_even_card_toplist		= "</td>"
mm_wizard_table_content_odd_card_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' name='[IMGNAME]' border=0></a>"
mm_wizard_table_content_even_card_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' name='[IMGNAME]' border=0></a>"

//
// Specifies how images and screensavers should be displayed
//
mm_wizard_content_image					= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_image			= "<table border=0 width=100%>"
mm_wizard_table_footer_image			= "</table>"
mm_wizard_table_rowstart_odd_image		= "<tr>"
mm_wizard_table_rowend_odd_image		= "</tr>"
mm_wizard_table_rowstart_even_image		= "<tr>"
mm_wizard_table_rowend_even_image		= "</tr>"
mm_wizard_table_colstart_odd_image		= "<td>"
mm_wizard_table_colend_odd_image		= "</td>"
mm_wizard_table_colstart_even_image		= "<td>"
mm_wizard_table_colend_even_image		= "</td>"
mm_wizard_table_content_odd_image		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_image		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how top 10's of images and screensavers should be displayed
//
mm_wizard_content_image_toplist					= "[CONTENT]"
mm_wizard_table_header_image_toplist			= "<table border=0 width=1%>"
mm_wizard_table_footer_image_toplist			= "</table>"
mm_wizard_table_rowstart_odd_image_toplist		= "<tr>"
mm_wizard_table_rowend_odd_image_toplist		= "</tr>"
mm_wizard_table_rowstart_even_image_toplist		= "<tr>"
mm_wizard_table_rowend_even_image_toplist		= "</tr>"
mm_wizard_table_colstart_odd_image_toplist		= "<td>"
mm_wizard_table_colend_odd_image_toplist		= "</td>"
mm_wizard_table_colstart_even_image_toplist		= "<td>"
mm_wizard_table_colend_even_image_toplist		= "</td>"
mm_wizard_table_content_odd_image_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_image_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how flashing stickers should be displayed
//
mm_wizard_content_flash					= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_flash			= "<table border=0 width=100%>"
mm_wizard_table_footer_flash			= "</table>"
mm_wizard_table_rowstart_odd_flash		= "<tr>"
mm_wizard_table_rowend_odd_flash		= "</tr>"
mm_wizard_table_rowstart_even_flash		= "<tr>"
mm_wizard_table_rowend_even_flash		= "</tr>"
mm_wizard_table_colstart_odd_flash		= "<td>"
mm_wizard_table_colend_odd_flash		= "</td>"
mm_wizard_table_colstart_even_flash		= "<td>"
mm_wizard_table_colend_even_flash		= "</td>"
mm_wizard_table_content_odd_flash		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_flash		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how top 10's of flashing stcikers should be displayed
//
mm_wizard_content_flash_toplist					= "[CONTENT]"
mm_wizard_table_header_flash_toplist			= "<table border=0 width=1%>"
mm_wizard_table_footer_flash_toplist			= "</table>"
mm_wizard_table_rowstart_odd_flash_toplist		= "<tr>"
mm_wizard_table_rowend_odd_flash_toplist		= "</tr>"
mm_wizard_table_rowstart_even_flash_toplist		= "<tr>"
mm_wizard_table_rowend_even_flash_toplist		= "</tr>"
mm_wizard_table_colstart_odd_flash_toplist		= "<td>"
mm_wizard_table_colend_odd_flash_toplist		= "</td>"
mm_wizard_table_colstart_even_flash_toplist		= "<td>"
mm_wizard_table_colend_even_flash_toplist		= "</td>"
mm_wizard_table_content_odd_flash_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_flash_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"


//
// Specifies how wallpapers should be displayed
//
mm_wizard_content_wallpaper					= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_wallpaper			= "<table border=0 width=100%>"
mm_wizard_table_footer_wallpaper			= "</table>"
mm_wizard_table_rowstart_odd_wallpaper		= "<tr>"
mm_wizard_table_rowend_odd_wallpaper		= "</tr>"
mm_wizard_table_rowstart_even_wallpaper		= "<tr>"
mm_wizard_table_rowend_even_wallpaper		= "</tr>"
mm_wizard_table_colstart_odd_wallpaper		= "<td>"
mm_wizard_table_colend_odd_wallpaper		= "</td>"
mm_wizard_table_colstart_even_wallpaper		= "<td>"
mm_wizard_table_colend_even_wallpaper		= "</td>"
mm_wizard_table_content_odd_wallpaper		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_wallpaper		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how top 10's of wallpapers should be displayed
//
mm_wizard_content_wallpaper_toplist					= "[CONTENT]"
mm_wizard_table_header_wallpaper_toplist			= "<table border=0 width=1%>"
mm_wizard_table_footer_wallpaper_toplist			= "</table>"
mm_wizard_table_rowstart_odd_wallpaper_toplist		= "<tr>"
mm_wizard_table_rowend_odd_wallpaper_toplist		= "</tr>"
mm_wizard_table_rowstart_even_wallpaper_toplist		= "<tr>"
mm_wizard_table_rowend_even_wallpaper_toplist		= "</tr>"
mm_wizard_table_colstart_odd_wallpaper_toplist		= "<td>"
mm_wizard_table_colend_odd_wallpaper_toplist		= "</td>"
mm_wizard_table_colstart_even_wallpaper_toplist		= "<td>"
mm_wizard_table_colend_even_wallpaper_toplist		= "</td>"
mm_wizard_table_content_odd_wallpaper_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_wallpaper_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how themes should be displayed
//
mm_wizard_content_theme					= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_theme			= "<table border=0 width=100%>"
mm_wizard_table_footer_theme			= "</table>"
mm_wizard_table_rowstart_odd_theme		= "<tr>"
mm_wizard_table_rowend_odd_theme		= "</tr>"
mm_wizard_table_rowstart_even_theme		= "<tr>"
mm_wizard_table_rowend_even_theme		= "</tr>"
mm_wizard_table_colstart_odd_theme		= "<td>"
mm_wizard_table_colend_odd_theme		= "</td>"
mm_wizard_table_colstart_even_theme		= "<td>"
mm_wizard_table_colend_even_theme		= "</td>"
mm_wizard_table_content_odd_theme		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_theme		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how top 10's of themes should be displayed
//
mm_wizard_content_theme_toplist					= "[CONTENT]"
mm_wizard_table_header_theme_toplist			= "<table border=0 width=1%>"
mm_wizard_table_footer_theme_toplist			= "</table>"
mm_wizard_table_rowstart_odd_theme_toplist		= "<tr>"
mm_wizard_table_rowend_odd_theme_toplist		= "</tr>"
mm_wizard_table_rowstart_even_theme_toplist		= "<tr>"
mm_wizard_table_rowend_even_theme_toplist		= "</tr>"
mm_wizard_table_colstart_odd_theme_toplist		= "<td>"
mm_wizard_table_colend_odd_theme_toplist		= "</td>"
mm_wizard_table_colstart_even_theme_toplist		= "<td>"
mm_wizard_table_colend_even_theme_toplist		= "</td>"
mm_wizard_table_content_odd_theme_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_theme_toplist		= "<a href='[ORDERURL]'><img src='[IMGURL]' border=0></a>"

//
// Specifies how javagames should be displayed
//
mm_wizard_content_javagame			= "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_javagame			= "<table border=0 width=100%>"
mm_wizard_table_footer_javagame			= "</table>"
mm_wizard_table_rowstart_odd_javagame		= "<tr>"
mm_wizard_table_rowend_odd_javagame		= "</tr>"
mm_wizard_table_rowstart_even_javagame		= "<tr>"
mm_wizard_table_rowend_even_javagame		= "</tr>"
mm_wizard_table_colstart_odd_javagame		= "<td>"
mm_wizard_table_colend_odd_javagame		= "</td>"
mm_wizard_table_colstart_even_javagame		= "<td>"
mm_wizard_table_colend_even_javagame		= "</td>"
mm_wizard_table_content_odd_javagame		= "<a href='[MOREINFOURL]'><img src='[IMGURL]' border=0 align=left></a><b>[TITLE]</b><br>[DESCRIPTION]<br><br>"
mm_wizard_table_content_even_javagame		= "<a href='[MOREINFOURL]'><img src='[IMGURL]' border=0 align=left></a><b>[TITLE]</b><br>[DESCRIPTION]<br><br>"

//
// Specifies how top 10's of javagames should be displayed
//
mm_wizard_content_javagame_toplist		= "[CONTENT]"
mm_wizard_table_header_javagame_toplist		= "<table border=0 width=1%>"
mm_wizard_table_footer_javagame_toplist		= "</table>"
mm_wizard_table_rowstart_odd_javagame_toplist	= "<tr>"
mm_wizard_table_rowend_odd_javagame_toplist	= "</tr>"
mm_wizard_table_rowstart_even_javagame_toplist	= "<tr>"
mm_wizard_table_rowend_even_javagame_toplist	= "</tr>"
mm_wizard_table_colstart_odd_javagame_toplist	= "<td>"
mm_wizard_table_colend_odd_javagame_toplist	= "</td>"
mm_wizard_table_colstart_even_javagame_toplist	= "<td>"
mm_wizard_table_colend_even_javagame_toplist	= "</td>"
mm_wizard_table_content_odd_javagame_toplist	= "<a href='[MOREINFOURL]'><img src='[IMGURL]' border=0></a>"
mm_wizard_table_content_even_javagame_toplist	= "<a href='[MOREINFOURL]'><img src='[IMGURL]' border=0></a>"


//
// Specifies how detailed info of javagames should be displayed
//
mm_wizard_javagame_info				= "<table width=100%><tr><td valign=top><a href='[ORDERURL]'><img src='[IMGURL]' align=left border=0 hspace=10 vspace=3></a><b>[TITLE]<br></b>[DESCRIPTION]<br><br></td><td valign=top align=left rowspan=2><b>[EN]Available&nbsp;for:[/EN][NL]Beschikbaar&nbsp;voor:[/NL]<br></b>[COMPATIBLEPHONES]<br><br><b>[EN]Filesize:[/EN][NL]Grootte:[/NL]<br></b>[FILESIZE]<br><b>[EN]Genre:[/EN][NL]Genre:[/NL]<br></b>[SECTIONNAME]<br><b>[EN]Phone:[/EN][NL]Telefoon:[/NL]<br></b>[PHONETYPENAME]<br><br><font size=2><b><a href='[ORDERURL]'>[EN]Buy Now![/EN][NL]Bestellen[/NL]</a></b></font></td></tr><tr><td><table width=100%><tr><td width=33% align=center>[PREVIEW1]</td><td width=33% align=center>[PREVIEW2]</td><td width=33% align=center>[PREVIEW3]</td></tr><tr><td width=33% align=center>[PREVIEW4]</td><td width=33% align=center>[PREVIEW5]</td><td width=33% align=center>[PREVIEW6]</td></tr></table></td></tr></table>"
mm_wizard_javagame_preview1			= "<img src='[IMGURL]'>"
mm_wizard_javagame_preview2			= "<img src='[IMGURL]'>"
mm_wizard_javagame_preview3			= "<img src='[IMGURL]'>"
mm_wizard_javagame_preview4			= "<img src='[IMGURL]'>"
mm_wizard_javagame_preview5			= "<img src='[IMGURL]'>" 
mm_wizard_javagame_preview6			= "<img src='[IMGURL]'>"


//
// Specifies how the available phones should be displayed (Java Games)
//
mm_wizard_available_header			= ""
mm_wizard_available_divider			= "<br>"
mm_wizard_available_footer			= ""
mm_wizard_available_phone 			= "<a href=# OnClick='[MOREINFOURL];return false;'>[SECTIONNAME]</a>"

		
//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header				= "Page: "
mm_wizard_pages_page				= "&nbsp;<a href='[PAGEURL]'>[PAGENUMBER]</a>&nbsp;"
mm_wizard_pages_activepage			= "<b>[PAGENUMBER]</b>" 
mm_wizard_pages_divider				= " - "
mm_wizard_pages_footer				= "<br>"
		
//
// Specifies how the sections should be displayed (Anthems | Cartoons | Dance)
//
mm_wizard_sections_header			= ""
mm_wizard_sections_section			= "<a href='[SECTIONURL]'>[SECTIONNAME]</a>"
mm_wizard_sections_activesection		= "<b>[SECTIONNAME]</b>" 
mm_wizard_sections_divider			= " - "
mm_wizard_sections_footer			= "<br>"

//
// Specifies how the ABC charlist should be displayed (A | B | C | D)
//
mm_wizard_chars_header				= ""
mm_wizard_chars_char				= "<a href='[CHARURL]'>[CHAR]</a>"
mm_wizard_chars_activechar			= "<b>[CHAR]</b>"
mm_wizard_chars_deactivatedchar 		= "[CHAR]"
mm_wizard_chars_divider				= " - "
mm_wizard_chars_footer				= "<br>"

//
// Specifies how menu's should be displayed
//
mm_wizard_menu_header				= ""
mm_wizard_menu_content_odd			= "<a href='[SECTIONURL]'>[SECTIONNAME]</a><br>"
mm_wizard_menu_content_even			= "<a href='[SECTIONURL]'>[SECTIONNAME]</a><br>"
mm_wizard_menu_activecontent_odd	= "[SECTIONNAME]<br>"
mm_wizard_menu_activecontent_even	= "[SECTIONNAME]<br>"
mm_wizard_menu_footer				= ""



// ---------------------------------------------------------------
// ---------------------- MESSENGER PRODUCTS ---------------------
// ---------------------------------------------------------------


// EMOTICONS - GENERAL
// 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					= "<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>"


// EMOTICONS - TOP LIST
// Specifies how top 10's of Emoticons should be displayed
// ---------------------------------------------------------------
mm_wizard_content_emoticon_toplist						= "<div class='mm_emoticons_content'style='width: 1%;'>[CONTENT]</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			= "<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>"

// DISPLAY PICTURES (AVATARS) - GENERAL
// Specifies how Display Pictures should be displayed
// ---------------------------------------------------------------
mm_wizard_content_displaypicture				= "<div class='mm_displaypicture_sections'>[SECTIONS]</div><div class='mm_displaypicture_content'>[CONTENT]</div><div class='mm_displaypicture_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		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_displaypicture		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"																																	 


// DISPLAY PICTURES (AVATARS) - TOPLIST
// Specifies how Top 10's of Display Pictures should be displayed
// ---------------------------------------------------------------
mm_wizard_content_displaypicture_toplist				= "<div class='mm_displaypicture_content' style='width: 1%;'>[CONTENT]</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		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_displaypicture_toplist		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/dp/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"

// DYNAMIC DISPLAY PICTURES - GENERAL
// Specifies how DDPS should be displayed
// ---------------------------------------------------------------
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>"
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 align='center'>"
mm_wizard_table_colend_odd_ddp						= "</td>"
mm_wizard_table_colstart_even_ddp					= "<td align='center'>"
mm_wizard_table_colend_even_ddp						= "</td>"
//mm_wizard_table_content_odd_ddp						= "<div class='mm_content_item'><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></div>"
//mm_wizard_table_content_even_ddp					= "<div class='mm_content_item'><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></div>"
mm_wizard_table_content_odd_ddp						= "<div style='padding: 0; position: relative; z-index: 100;'><div class='mm_content_item' onclick='[ORDERURL]return false;' style='cursor:pointer;'><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' ALIGN='' style='z-index:-99;' VIEWASTEXT><PARAM NAME=movie VALUE='[IMGURL]'><param value=transparent name=wmode/><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' wmode='transparent' style='z-index: -99;'></EMBED></OBJECT></div><div style='background-color:white;height:146px;left:29px;opacity:0.1;position:absolute;top:14px;width:104px;z-index:900;' onclick='[ORDERURL];'></div></div>"
mm_wizard_table_content_even_ddp					= mm_wizard_table_content_odd_ddp


// DYNAMIC DISPLAY PICTURES - TOP LIST
// Specifies how top 10's of ddps should be displayed
// ---------------------------------------------------------------
mm_wizard_content_ddp_toplist						= "<div class='mm_ddp_content' style='width: 1%;'>[CONTENT]</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 align='center'>"
mm_wizard_table_colend_odd_ddp_toplist				= "</td>"
mm_wizard_table_colstart_even_ddp_toplist			= "<td align='center'>"
mm_wizard_table_colend_even_ddp_toplist				= "</td>"
//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:mobilemoneysale([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:mobilemoneysale([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			= "<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:mobilemoneysale([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:mobilemoneysale([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_odd_ddp_toplist				= "<div style='padding: 0; position: relative; z-index: 100;'><div class='mm_content_item' onclick='[ORDERURL]return false;' style='cursor:pointer;'><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' ALIGN='' style='z-index:-99;' VIEWASTEXT><PARAM NAME=movie VALUE='[IMGURL]'><param value=transparent name=wmode/><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' wmode='transparent' style='z-index: -99;'></EMBED></OBJECT></div><div style='background-color:white;height:146px;left:29px;opacity:0.1;position:absolute;top:14px;width:104px;z-index:900;' onclick='[ORDERURL];'></div></div>"
mm_wizard_table_content_even_ddp_toplist			= mm_wizard_table_content_odd_ddp_toplist


// WINKS - GENERAL
// Specifies how Winks should be displayed
// ---------------------------------------------------------------
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					= "<a href='javascript:mobilemoneysale([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_wink					= "<a href='javascript:mobilemoneysale([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt='[TITLELONG]' title='[TITLELONG]' /></a>"


// WINKS - TOP LIST
// Specifies how top 10's of Winks should be displayed
// ---------------------------------------------------------------
mm_wizard_content_wink_toplist						= "<div class='mm_wink_content' style='width: 1%;'>[CONTENT]</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			= "<a href='javascript:mobilemoneysale([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_wink_toplist			= "<a href='javascript:mobilemoneysale([ORDERNUMBER]);' class='mm_content_item_link'><img src='[IMGURL]' alt='[TITLELONG]' title='[TITLELONG]' /></a>"


// MSN BACKGROUNDS - GENERAL
// Specifies how the MSN Backgrounds should be displayed
// ---------------------------------------------------------------
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		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_msnbackground		= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"																																	


// MSN BACKGROUNDS - TOP LIST
// Specifies how top 10's of MSN Background should be displayed
// ---------------------------------------------------------------
mm_wizard_content_msnbackground_toplist				= "<div class='mm_background_content' style='width: 1%;'>[CONTENT]</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	= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"
mm_wizard_table_content_even_msnbackground_toplist	= "<a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/backgrounds/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a>"


// MSN THEMES - GENERAL
// 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			= "<table class='mm_theme_table' border='0' cellspacing='0' cellpadding='0'><tr><td rowspan='2'><a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a></td><td class='mm_theme_contents'>[EMOTICON_COUNT] [EMOTICON_TEXT]<br>[DDP_COUNT] [DDP_TEXT]<br>[AVATAR_COUNT] [AVATAR_TEXT]<br>[WINK_COUNT] [WINK_TEXT]<br>[BACKGROUND_COUNT] [BACKGROUND_TEXT]<br></td></tr><tr><td class='mm_theme_order_link'><a href='[ORDERURL]' class='mm_content_item_link'>[ORDER_LINK_TEXT]</a></td></tr></table>"
mm_wizard_table_content_even_msntheme			= "<table class='mm_theme_table' border='0' cellspacing='0' cellpadding='0'><tr><td rowspan='2'><a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a></td><td class='mm_theme_contents'>[EMOTICON_COUNT] [EMOTICON_TEXT]<br>[DDP_COUNT] [DDP_TEXT]<br>[AVATAR_COUNT] [AVATAR_TEXT]<br>[WINK_COUNT] [WINK_TEXT]<br>[BACKGROUND_COUNT] [BACKGROUND_TEXT]<br></td></tr><tr><td class='mm_theme_order_link'><a href='[ORDERURL]' class='mm_content_item_link'>[ORDER_LINK_TEXT]</a></td></tr></table>"																												


// MSN THEMES - TOP LIST
// Specifies how Top 10's of MSN Themes should be displayed
// ---------------------------------------------------------------
mm_wizard_content_msntheme_toplist				= "<div class='mm_theme_content' style='width: 1%;'>[CONTENT]</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	= "<table class='mm_theme_table' border='0' cellspacing='0' cellpadding='0'><tr><td rowspan='2'><a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a></td><td class='mm_theme_contents'>[EMOTICON_COUNT] [EMOTICON_TEXT]<br>[DDP_COUNT] [DDP_TEXT]<br>[AVATAR_COUNT] [AVATAR_TEXT]<br>[WINK_COUNT] [WINK_TEXT]<br>[BACKGROUND_COUNT] [BACKGROUND_TEXT]<br></td></tr><tr><td class='mm_theme_order_link'><a href='[ORDERURL]' class='mm_content_item_link'>[ORDER_LINK_TEXT]</a></td></tr></table>"
mm_wizard_table_content_even_msntheme_toplist	= "<table class='mm_theme_table' border='0' cellspacing='0' cellpadding='0'><tr><td rowspan='2'><a href='[ORDERURL]' class='mm_content_item_link'><img src='http://content.mobilemoney.com/content/themes/preview/100x100/[ORDERNUMBER].jpg' alt='[TITLELONG]' title='[TITLELONG]' /></a></td><td class='mm_theme_contents'>[EMOTICON_COUNT] [EMOTICON_TEXT]<br>[DDP_COUNT] [DDP_TEXT]<br>[AVATAR_COUNT] [AVATAR_TEXT]<br>[WINK_COUNT] [WINK_TEXT]<br>[BACKGROUND_COUNT] [BACKGROUND_TEXT]<br></td></tr><tr><td class='mm_theme_order_link'><a href='[ORDERURL]' class='mm_content_item_link'>[ORDER_LINK_TEXT]</a></td></tr></table>"


// ---------------------------------------------------------------
// ---------------------- HOROSCOPE PRODUCTS ---------------------
// ---------------------------------------------------------------

// HOROSCOPES - GENERAL
// Specifies how they should be displayed
// ---------------------------------------------------------------
mm_wizard_content_horoscope			            = "<table border=0 width=100%><tr><td>[PAGES]</td></tr><tr><td class='mm_horoscopes_startline'></td></tr><tr><td class='mm_horoscopes_content'>[CONTENT]</td></tr><tr><td class='mm_horoscopes_startline'></td></tr><tr><td><br>[SECTIONS]</td></tr></table>"
mm_wizard_table_header_horoscope		        = "<table border=0 width=100%>"
mm_wizard_table_footer_horoscope		        = "</table>"
mm_wizard_table_rowstart_odd_horoscope		    = "<tr>"
mm_wizard_table_rowend_odd_horoscope		    = "</tr>"
mm_wizard_table_rowstart_even_horoscope		    = "<tr>"
mm_wizard_table_rowend_even_horoscope		    = "</tr>"
mm_wizard_table_colstart_odd_horoscope		    = "<td width=50% align=left valign=top  height=100%>"
mm_wizard_table_colend_odd_horoscope		    = "</td>"
mm_wizard_table_colstart_even_horoscope		    = "<td width=50% align=left valign=top  height=100%>"
mm_wizard_table_colend_even_horoscope		    = "</td>"
mm_wizard_table_content_odd_horoscope		    = "<table cellspacing=0 cellpadding=0 height=100% class='mm_content_item'><tr><td  height=100% valign=top><a href='[ORDERURL]' class='mm_content_item_link'><img src='[IMGURL]' border=0 align=left hspace=10 vspace=3><b>[TITLE]</b></a><br>[DESCRIPTION]</td></tr><tr><td height=5></td></tr>[IF_NOT_LAST]<tr><td class='mm_horoscopes_dividerline'></td></tr>[/IF_NOT_LAST]<tr><td height=3></td></tr></table>"
mm_wizard_table_content_even_horoscope		    = "<table cellspacing=0 cellpadding=0 height=100% class='mm_content_item'><tr><td  height=100% valign=top><a href='[ORDERURL]' class='mm_content_item_link'><img src='[IMGURL]' border=0 align=left hspace=10 vspace=3><b>[TITLE]</b></a><br>[DESCRIPTION]</td></tr><tr><td height=5></td></tr>[IF_NOT_LAST]<tr><td class='mm_horoscopes_dividerline'></td></tr>[/IF_NOT_LAST]<tr><td height=3></td></tr></table>"

// HOROSCOPES - TOP LIST
// Specifies how top 10's of horoscopes should be displayed
// ---------------------------------------------------------------
mm_wizard_content_horoscope_toplist		        = "<table border=0 width=100%><tr><td class='mm_horoscopes_startline'></td></tr><tr><td class='mm_horoscopes_content'>[CONTENT]</td></tr><tr><td class='mm_horoscopes_startline'></td></tr></table>"
mm_wizard_table_header_horoscope_toplist	    = "<table border=0 width=100%>"
mm_wizard_table_footer_horoscope_toplist	    = "</table>"
mm_wizard_table_rowstart_odd_horoscope_toplist	= "<tr>"
mm_wizard_table_rowend_odd_horoscope_toplist	= "</tr>"
mm_wizard_table_rowstart_even_horoscope_toplist	= "<tr>"
mm_wizard_table_rowend_even_horoscope_toplist	= "</tr>"
mm_wizard_table_colstart_odd_horoscope_toplist	= "<td width=50% align=center>"
mm_wizard_table_colend_odd_horoscope_toplist	= "</td>"
mm_wizard_table_colstart_even_horoscope_toplist	= "<td width=50% align=center>"
mm_wizard_table_colend_even_horoscope_toplist	= "</td>"
mm_wizard_table_content_odd_horoscope_toplist	= "<table class='mm_content_item'><tr><td height=70><a href='[ORDERURL]' class='mm_content_item_link'><img src='[IMGURL]' border=0 align=left><b>[TITLE]</b></a><br>[DESCRIPTION]</td></tr><tr><td height=5></td></tr>[IF_NOT_LAST]<tr><td class='mm_horoscopes_dividerline'></td></tr>[/IF_NOT_LAST]<tr><td height=3></td></tr></table>"
mm_wizard_table_content_even_horoscope_toplist	= "<table class='mm_content_item'><tr><td height=70><a href='[ORDERURL]' class='mm_content_item_link'><img src='[IMGURL]' border=0 align=left><b>[TITLE]</b></a><br>[DESCRIPTION]</td></tr><tr><td height=5></td></tr>[IF_NOT_LAST]<tr><td class='mm_horoscopes_dividerline'></td></tr>[/IF_NOT_LAST]<tr><td height=3></td></tr></table>"


// ---------------------------------------------------------------
// ------------------------ MUSIC PRODUCTS -----------------------
// ---------------------------------------------------------------


// TRACKS - GENERAL
// Specifies how tracks should be shown.
// ---------------------------------------------------------------
mm_wizard_content_tracks						        = "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_tracks					        = "<table border=0 width=100%>"
mm_wizard_table_footer_tracks					        = "</table>"
mm_wizard_table_rowstart_odd_tracks				        = "<tr>"
mm_wizard_table_rowend_odd_tracks				        = "</tr>"
mm_wizard_table_rowstart_even_tracks				    = "<tr>"
mm_wizard_table_rowend_even_tracks				        = "</tr>"
mm_wizard_table_colstart_odd_tracks				        = "<td>"
mm_wizard_table_colend_odd_tracks				        = "</td>"
mm_wizard_table_colstart_even_tracks				    = "<td>"
mm_wizard_table_colend_even_tracks				        = "</td>"
mm_wizard_table_content_odd_tracks				        = "<a href='[LISTENURL]'>[SPEAKER]</a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_even_tracks				        = "<a href='[LISTENURL]'>[SPEAKER]</a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"

// TRACKS - TOPLIST
// Specifies how Top 10's, Charts, etc of Tracks should be shown.
// ---------------------------------------------------------------
mm_wizard_content_tracks_toplist						= "[CONTENT]"
mm_wizard_table_header_tracks_toplist					= "<table border=0 width=100%>"
mm_wizard_table_footer_tracks_toplist					= "</table>"
mm_wizard_table_rowstart_odd_tracks_toplist				= "<tr>"
mm_wizard_table_rowend_odd_tracks_toplist				= "</tr>"
mm_wizard_table_rowstart_even_tracks_toplist			= "<tr>"
mm_wizard_table_rowend_even_tracks_toplist				= "</tr>"
mm_wizard_table_colstart_odd_tracks_toplist				= "<td width=50%>"
mm_wizard_table_colend_odd_tracks_toplist				= "</td>"
mm_wizard_table_colstart_even_tracks_toplist			= "<td width=50%>"
mm_wizard_table_colend_even_tracks_toplist				= "</td>"
mm_wizard_table_content_odd_tracks_toplist		        = "<a href='[LISTENURL]'>[SPEAKER]</a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"
mm_wizard_table_content_even_tracks_toplist				= "<a href='[LISTENURL]'>[SPEAKER]</a>&nbsp;<a href='[ORDERURL]'>[ARTIST] - [SONG]</a>"

// ALBUMS - GENERAL
// Specifies how tracks should be shown.
// ---------------------------------------------------------------
mm_wizard_content_albums						        = "[CONTENT]<br>[PAGES]<br>[SECTIONS]"
mm_wizard_table_header_albums					        = "<table border=0 width=100%>"
mm_wizard_table_footer_albums					        = "</table>"
mm_wizard_table_rowstart_odd_albums				        = "<tr>"
mm_wizard_table_rowend_odd_albums				        = "</tr>"
mm_wizard_table_rowstart_even_albums				    = "<tr>"
mm_wizard_table_rowend_even_albums				        = "</tr>"
mm_wizard_table_colstart_odd_albums				        = "<td>"
mm_wizard_table_colend_odd_albums				        = "</td>"
mm_wizard_table_colstart_even_albums				    = "<td>"
mm_wizard_table_colend_even_albums				        = "</td>"
mm_wizard_table_content_odd_albums						= "<table><tr><td>[ARTIST] - [TITLE]</td></tr></table><table><tr><td width='95'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td><td><table><tr><td>CD: [CDCOUNT]</td></tr><tr><td>Tracks: [TRACKCOUNT]</td></tr><tr><td>[MAINGENRE]</td></tr><tr><td>Released: [RELEASEYEAR]</td></tr><tr><td>[PRICE]</td></tr></table></td></tr></table>"
mm_wizard_table_content_even_albums				        = "<table><tr><td>[ARTIST] - [TITLE]</td></tr></table><table><tr><td width='95'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td><td><table><tr><td>CD: [CDCOUNT]</td></tr><tr><td>Tracks: [TRACKCOUNT]</td></tr><tr><td>[MAINGENRE]</td></tr><tr><td>Released: [RELEASEYEAR]</td></tr><tr><td>[PRICE]</td></tr></table></td></tr></table>"

// ALBUMS - TOPLIST
// Specifies how Top 10's, Charts, etc of Tracks should be shown.
// ---------------------------------------------------------------
mm_wizard_content_albums_toplist						= "[CONTENT]"
mm_wizard_table_header_albums_toplist					= "<table border=0 width=100%>"
mm_wizard_table_footer_albums_toplist					= "</table>"
mm_wizard_table_rowstart_odd_albums_toplist				= "<tr>"
mm_wizard_table_rowend_odd_albums_toplist				= "</tr>"
mm_wizard_table_rowstart_even_albums_toplist			= "<tr>"
mm_wizard_table_rowend_even_albums_toplist				= "</tr>"
mm_wizard_table_colstart_odd_albums_toplist				= "<td>"
mm_wizard_table_colend_odd_albums_toplist				= "</td>"
mm_wizard_table_colstart_even_albums_toplist			= "<td>"
mm_wizard_table_colend_even_albums_toplist				= "</td>"
mm_wizard_table_content_odd_albums_toplist				= "<table><tr><td>[ARTIST] - [TITLE]</td></tr></table><table><tr><td width='95'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td><td><table><tr><td>CD: [CDCOUNT]</td></tr><tr><td>Tracks: [TRACKCOUNT]</td></tr><tr><td>[MAINGENRE]</td></tr><tr><td>Released: [RELEASEYEAR]</td></tr><tr><td>[PRICE]</td></tr></table></td></tr></table>"
mm_wizard_table_content_even_albums_toplist				= "<table><tr><td>[ARTIST] - [TITLE]</td></tr></table><table><tr><td width='95'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td><td><table><tr><td>CD: [CDCOUNT]</td></tr><tr><td>Tracks: [TRACKCOUNT]</td></tr><tr><td>[MAINGENRE]</td></tr><tr><td>Released: [RELEASEYEAR]</td></tr><tr><td>[PRICE]</td></tr></table></td></tr></table>"
