//
// 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 Ringtones, Voicemails and Polyphonic
// ringtones should be shown.
//
mm_wizard_content_sound						= "<table border=0 width=100%><tr><td>[CONTENT]</td></tr></table>"
mm_wizard_content_abc						= "<table border=0 width=100%></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 style=border-collapse: collapse; border-width: 0px width=100% id=table7><tr><td class=bel_top5 style=border-style: none; border-width: medium width=150><font face=Arial size=1>[ARTIST]</font></td><td style=border-style: none; border-width: medium rowspan=2 width=15><p align=center><a href=[LISTENURL]><img border=0 src=images/speaker.gif width=11 height=11></a></td></tr><tr><td style=border-style: none; border-width: medium width=150><font face=Arial size=1><a href='[ORDERURL]' class=mmlink>[SONG]</a> </font></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='http://www.mobilemoney.biz/mmskins/mmskin1/headphone_disabled.gif' border=0></td><td><table cellspacing=0 cellpadding=0><tr><td class=mmdisabled><b>&nbsp;[POS].&nbsp;[ARTIST]</b></td></tr><tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/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 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><tr><td nowrap>[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 width=50%>"
mm_wizard_table_colend_odd_sound_toplist				= "</td>"
mm_wizard_table_colstart_even_sound_toplist				= "<td width=50%>"
mm_wizard_table_colend_even_sound_toplist				= "</td>"
mm_wizard_table_content_odd_sound_toplist				= "<table border=0 cellpadding=0 cellspacing=0 style=border-collapse: collapse; border-width: 0px width=100% id=table7><tr><td class=bel_top5 style=border-style: none; border-width: medium width=150><font face=Arial size=1>[ARTIST]</font></td><td style=border-style: none; border-width: medium rowspan=2 width=15><p align=center><a href=[LISTENURL]><img border=0 src=images/speaker.gif width=11 height=11></a></td></tr><tr><td style=border-style: none; border-width: medium width=150><font face=Arial size=1><a href='[ORDERURL]' class=mmlink>[SONG]</a> </font></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 cellspacing=0 cellpadding=0><tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/headphone_disabled.gif' border=0></td><td><table cellspacing=0 cellpadding=0><tr><td class=mmdisabled><b>&nbsp;[POS].&nbsp;[ARTIST]</b></td></tr><tr><td><img src='http://www.mobilemoney.biz/mmskins/mmskin1/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_toplist	= mm_wizard_table_content_unavailable_odd_sound_toplist;

