//
// 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>
//
// (c) Techno Design IP bv 2003. 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!
//
//
// Specifies how Ringtones, Voicemails and Polyphonic
// ringtones should be shown.
//
mm_wizard_content_sound							= "<table border=1 width=550 height='69' bordercolor='#0099FF' cellspacing='0' style='border-collapse: collapse' cellpadding='2'><tr><td height='5' style='border-bottom-style: none; border-bottom-width: medium' bgcolor='#0099FF'><b><font face='Verdana' size='1' color='#FFFFFF'>True Tones - Beltonen - Wij hebben er voor u <script language='javascript'>document.write(mm_truetone_count);</script> beschikbaar</font></b></td></tr><tr><td height='37' valign='top' style='border-bottom-style: none; border-bottom-width: medium'>[CONTENT]</td></tr><tr><td height='1' class=tabel style='border-top-style: none; border-top-width: medium; border-bottom-style: none; border-bottom-width: medium' bgcolor='#0099FF'>[PAGES]</td></tr><tr><td height='19' style='border-top-style: none; border-top-width: medium'><br>[SECTIONS]</td></tr></table>"
mm_wizard_content_abc							= "<table border=0 width=100%><tr><td>[CHARS]</td></tr><tr><td background='skins/imageskin1/blackwhite.gif' height=1></td></tr><tr><td>[CONTENT]</td></tr><tr><td background='skins/imageskin1/blackwhite.gif' height=1></td></tr><tr><td><br>[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 cellspacing=0 cellpadding=0><tr><td><a href='[LISTENURL]'><img src='skins/imageskin1/nokiabel.gif' border=0></a></td><td><table cellspacing=0 cellpadding=0><tr><td class=mmtext><b>&nbsp;[ARTIST]</b></td></tr><tr><td><img src='skins/imageskin1/horizontalline.gif'></td></tr><tr><td><b>&nbsp;<a href='[ORDERURL]' class=mmlink>[SONG]</a></b></td></tr></table></td></tr></table>"
mm_wizard_table_content_even_sound				= mm_wizard_table_content_odd_sound;
mm_wizard_table_content_unavailable_odd_sound	= "<table cellspacing=0 cellpadding=0><tr><td><img src='skins/imageskin1/nokiabeldisabled.gif' border=0></td><td><table cellspacing=0 cellpadding=0><tr><td class=mmdisabled><b>&nbsp;&nbsp;[ARTIST]</b></td></tr><tr><td><img src='skins/imageskin1/horizontalline.gif'></td></tr><tr><td class=mmdisabled><b>&nbsp;[SONG]</b></td></tr></table></td></tr></table>"
mm_wizard_table_content_unavailable_even_sound	= mm_wizard_table_content_unavailable_odd_sound;

		
//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header				= "Kies Pagina : <span class=pages>["
mm_wizard_pages_page				= "<a href='[PAGEURL]' class=pages>[PAGENUMBER]</a>"
mm_wizard_pages_activepage			= "<b class=pagesactive>[PAGENUMBER]</b>" 
mm_wizard_pages_divider				= "<span class=pages>] - [</span>"
mm_wizard_pages_footer				= "]</span>"
		
//
// Specifies how the sections should be displayed (Anthems | Cartoons | Dance)
//
mm_wizard_sections_header			= "<table><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				= ""
mm_wizard_chars_char				= "<a href='[CHARURL]' class=mmlink>[CHAR]</a>"
mm_wizard_chars_activechar			= "<b class=mmtext>[CHAR]</b>"
mm_wizard_chars_divider				= "<span class=mmdisabled>&nbsp;|&nbsp;</span>"
mm_wizard_chars_footer				= "<br><br>"

//
// Specifies how menu's should be displayed
//
mm_wizard_menu_header				= "<table border=0 cellspacing=0 cellpadding=0>"
mm_wizard_menu_content_odd			= "<tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/folder_close.gif'></td><td nowrap><a href='[SECTIONURL]' class=mmlink>[SECTIONNAME]&nbsp;&nbsp;</a></td></tr>"
mm_wizard_menu_content_even			= "<tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/folder_close.gif'></td><td nowrap><a href='[SECTIONURL]' class=mmlink>[SECTIONNAME]&nbsp;&nbsp;</a></td></tr>"
mm_wizard_menu_activecontent_odd	= "<tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/folder_open.gif'></td><td nowrap class=mmtext>[SECTIONNAME]</td></tr>"
mm_wizard_menu_activecontent_even	= "<tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/folder_open.gif'></td><td nowrap class=mmtext>[SECTIONNAME]</td></tr>"
mm_wizard_menu_footer				= "</table>"
