//
// 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 logos need to be shown
//
mm_wizard_content_logo					= "<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'>Groep Logo's - Zie aan het logo wie jouw belt - Wij hebben er <script language='javascript'>document.write(mm_grouplogo_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_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 width=20% align=center>"
mm_wizard_table_colend_odd_logo			= "</td>"
mm_wizard_table_colstart_even_logo		= "<td width=20% align=center>"
mm_wizard_table_colend_even_logo		= "</td>"
mm_wizard_table_content_odd_logo		= "<table cellspacing=0 cellpadding=0 height='32' width='95'><tr><td height='32' width='95'><p align='center'><a href='[ORDERURL]'><img src='[IMGURL]' border=0 width='72' height='14'></a><br><a href=\"javascript:mobileeditor('19','[IMGURL]')\">Bewerk</a></td></tr></table>"
mm_wizard_table_content_even_logo		= mm_wizard_table_content_odd_logo;

//
// Specifies how the top 10/20 etc of logos should be displayed
//
mm_wizard_content_logo_toplist				= "<table border=1 width=300 height='34' style='border-collapse: collapse' bordercolor='#0099FF' cellpadding='2' cellspacing='0'><tr><td align=center height='7' 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'><p align='left'><b><font size='1' face='Verdana' color='#FFFFFF'>Logo's - Top 10 - De populairste logo's</font></b></td></tr><tr><td align=center height='19' 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'>[CONTENT]</td></tr></table>"
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 width=20% align=center>"
mm_wizard_table_colend_odd_logo_toplist		= "</td>"
mm_wizard_table_colstart_even_logo_toplist	= "<td width=20% align=center>"
mm_wizard_table_colend_even_logo_toplist	= "</td>"
mm_wizard_table_content_odd_logo_toplist	= "<table cellspacing=0 cellpadding=0 width='120' style='border-collapse: collapse' bordercolor='#111111'><tr><td height=40 width='15'><b><font face='Verdana' size='5'>[POS].</font></b></td><td height=40 width='99'>&nbsp;</td><td height=40 width='114'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td></tr></table>"
mm_wizard_table_content_even_logo_toplist	= mm_wizard_table_content_odd_logo_toplist;		
//
// 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>"
