//
// Specifies how Ringtones, Voicemails and Polyphonic
// ringtones should be shown.
//
mm_wizard_content_sound						= "<table border='0' width='100%' cellpadding='0' cellspacing='0'><tr><td>[PAGES]</td></tr><tr><td>[CONTENT]<br></td></tr><tr><td>[SECTIONS]</td></tr></table>"
mm_wizard_content_abc						= "<table border='0' width='100%'><tr><td>[CHARS]</td></tr><tr><td background='images/blackwhite.gif' height='1'></td></tr><tr><td><br>[CONTENT]<br></td></tr><tr><td background='images/blackwhite.gif' height='1'></td></tr><tr><td>[PAGES]</td></tr></table>"
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 width='50%'>"
mm_wizard_table_colend_odd_sound				= "</td>"
mm_wizard_table_colstart_even_sound				= "<td width='50%'>"
mm_wizard_table_colend_even_sound				= "</td>"
mm_wizard_table_content_odd_sound				= "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='10'></td><td><a href='#' onclick='playPreview(sec, [ORDERNUMBER], this); return false;'><img src='images/speaker.gif' width='14' height='14' border='0' alt='Listen' title='Listen'></a></td><td width='10'></td><td width='330'><a href='[ORDERURL]' class='mmlink' title='Download'>[SONG]</a></td></tr></table>"
mm_wizard_table_content_even_sound				= mm_wizard_table_content_odd_sound;
mm_wizard_table_content_unavailable_odd_sound	= "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='10'></td><td><img src='images/disabled_speaker.gif' width='14' height='14' border='0' alt='Unavailable' title='Unavailable'></td><td width='10'></td><td width='330' class='mmdisabled'>[SONG]</td></tr></table>"
mm_wizard_table_content_unavailable_even_sound	= mm_wizard_table_content_unavailable_odd_sound;

//
// Specifies how top 10's, top 25's etc of the Ringtones, 
// Voicemails and Polyphonic ringtones should be shown.
//
mm_wizard_content_sound_toplist					= "<table border='0' width='100%' cellpadding='0' cellspacing='0'><tr><td>[CONTENT]</td></tr></table>"
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			= "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='10'></td><td><a href='#' onclick='playPreview(sec, [ORDERNUMBER], this); return false;'><img src='images/speaker.gif' width='14' height='14' border='0' alt='Listen' title='Listen'></a></td><td width='10'></td><td width='330'><a href='[ORDERURL]' class='mmlink' title='Download'>[SONG]</a></td></tr></table>"
mm_wizard_table_content_even_sound_toplist			= mm_wizard_table_content_odd_sound_toplist;
mm_wizard_table_content_unavailable_odd_sound_toplist		= "<table border='0' cellpadding='0' cellspacing='0'><tr><td width='10'></td><td><img src='images/disabled_speaker.gif'  width='14' height='14' border='0' alt='Unavailable' title='Unavailable'></td><td width='10'></td><td width='330' class='mmdisabled'>[SONG]</td></tr></table>"
mm_wizard_table_content_unavailable_even_sound_toplist		= mm_wizard_table_content_unavailable_odd_sound_toplist;


//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header				= "<table width='95%' align='center'><tr><td align='center' class='pages'><b class='mmtext'>Page: </b>"
mm_wizard_pages_page				= "<a href='[PAGEURL]' class='mmlink'>[PAGENUMBER]</a>"
mm_wizard_pages_activepage			= "<b class='mmtext'>[PAGENUMBER]</b>" 
mm_wizard_pages_divider				= "<span class='mmdisabled'> </span>"
mm_wizard_pages_footer				= "</td></tr></table>"
		
//
// Specifies how the sections should be displayed (Anthems | Cartoons | Dance)
//
mm_wizard_sections_header			= "<table width='95%' align='center'><tr><td background='images/blackwhite.gif' height='1'></td></tr><tr><td align='center'>"
mm_wizard_sections_section			= "<a href='[SECTIONURL]' class='mmlink'>[SECTIONNAME]</a>"
mm_wizard_sections_activesection	= "<b class='mmtext'>[SECTIONNAME]</b>" 
mm_wizard_sections_divider			= "<span class='mmdisabled'> | </span>"
mm_wizard_sections_footer			= "</td></tr></table>"

//
// Specifies how the ABC charlist should be displayed (A | B | C | D)
//
mm_wizard_chars_header				= "<table align='center'><tr><td>"
mm_wizard_chars_char				= "<a href='[CHARURL]' class='mmlink'>[CHAR]</a>"
mm_wizard_chars_activechar			= "<b class='mmtext'>[CHAR]</b>"
mm_wizard_chars_deactivatedchar 	= "<span class='mmdisabled'>[CHAR]</span>"
mm_wizard_chars_divider				= "<span class='mmdisabled'> | </span>"
mm_wizard_chars_footer				= "</td></tr></table>"
