//
// 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 images and screensavers should be displayed
//
mm_wizard_content_image				= "<table border=0 width=550 cellpadding='2' style='border-collapse: collapse' bordercolor='#111111' cellspacing='0' height='93'><tr><td bgcolor='#0099FF' style='border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-top-style: solid; border-top-width: 1' bordercolor='#0099FF' height='13'><b><font size='1' face='Verdana' color='#FFFFFF'>Screensavers - Kies een mooie screensaver voor uw GSM - Wij hebben er <script language='javascript'>document.write(mm_screensaver_count);</script> voor u</font></b></td></tr><tr><td align=center style='border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1' bordercolor='#0099FF' height='19'><p align='center'>[CONTENT]</td></tr><tr><td class='tabel' style='border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1' bordercolor='#0099FF' bgcolor='#0099FF'>[PAGES]</td></tr><tr><td style='border-left-style: solid; border-left-width: 1; border-right-style: solid; border-right-width: 1; border-bottom-style: solid; border-bottom-width: 1' bordercolor='#0099FF' height='39' valign='bottom'><p align='center'>[SECTIONS]</td></tr></table>"
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 width=20% align=center>"
mm_wizard_table_colend_odd_image		= "</td>"
mm_wizard_table_colstart_even_image		= "<td width=20% align=center>"
mm_wizard_table_colend_even_image		= "</td>"
mm_wizard_table_content_odd_image		= "<table cellspacing=0 cellpadding=0 height='50' width='94'><tr><td height='50' width='94'><p align='center'><a href='[ORDERURL]'><img src='[IMGURL]' border=0 width='72' height='28'></a></td></tr></table>"
mm_wizard_table_content_even_image		= mm_wizard_table_content_odd_image;	
//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header				= "<span class=pages>Kies pagina : "
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>"
