//
// 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 top 10's of images and screensavers should be displayed
//
mm_wizard_content_image_toplist				= "<table border=0 width=278 height='220' style='border-collapse: collapse' bordercolor='#111111' cellpadding='2' cellspacing='0'><tr><td align=center bgcolor='#0099FF' bordercolor='#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 face='Verdana' size='1' color='#FFFFFF'>SMS Afbeeldingen - Top 10</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; border-bottom-style: solid; border-bottom-width: 1' bordercolor='#0099FF'>[CONTENT]</td></tr></table>"
mm_wizard_table_header_image_toplist			= "<table border=0 width=1%>"
mm_wizard_table_footer_image_toplist			= "</table>"
mm_wizard_table_rowstart_odd_image_toplist		= "<tr>"
mm_wizard_table_rowend_odd_image_toplist		= "</tr>"
mm_wizard_table_rowstart_even_image_toplist		= "<tr>"
mm_wizard_table_rowend_even_image_toplist		= "</tr>"
mm_wizard_table_colstart_odd_image_toplist		= "<td width=50% align=center>"
mm_wizard_table_colend_odd_image_toplist		= "</td>"
mm_wizard_table_colstart_even_image_toplist		= "<td width=50% align=center>"
mm_wizard_table_colend_even_image_toplist		= "</td>"
mm_wizard_table_content_odd_image_toplist		= "<table cellspacing=0 cellpadding=0 width='130'><tr><td height=35 width='5'><b><font face='Verdana' size='4'>[POS].</font></b></td><td height=35 width='13'>&nbsp;</td><td height=35 width='72'><a href='[ORDERURL]'><img src='[IMGURL]' border=0></a></td></tr></table>"
mm_wizard_table_content_even_image_toplist		= mm_wizard_table_content_odd_image_toplist;
	
//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header				= "<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>"
