//
// 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 javagames should be displayed
//
mm_wizard_content_javagame			= "<table border=0 cellpadding=0 cellspacing=0 width=100%><tr><td width=100%>[CONTENT]</td></tr><tr><td width=100% align=right><br>[PAGES]</td></tr><tr><td width=100%>[SECTIONS]</td></tr></table>"



//
// Specifies how the available phones should be displayed (Java Games)
//
mm_wizard_available_header			= ""
mm_wizard_available_divider			= "<br>"
mm_wizard_available_footer			= ""
mm_wizard_available_phone 			= "<a href=# OnClick='[MOREINFOURL];return false;'>[SECTIONNAME]</a>"

		
//
// Specifies how the page information needs to be displayed (Page: 1 | 2 | 3)
//
mm_wizard_pages_header	  			= "";
mm_wizard_pages_page				= "<a href='[PAGEURL]' class=mmlink>[PAGENUMBER]</a>";
mm_wizard_pages_activepage			= "<span class=mmdisabled>[PAGENUMBER]</span>";
mm_wizard_pages_divider				= " - ";
mm_wizard_pages_footer				= "";
		

//
// Specifies how menu's should be displayed
//
mm_wizard_menu_header				= ""
mm_wizard_menu_content_odd			= "<a href='[SECTIONURL]'>[SECTIONNAME]</a><br>"
mm_wizard_menu_content_even			= "<a href='[SECTIONURL]'>[SECTIONNAME]</a><br>"
mm_wizard_menu_activecontent_odd		= "<span class=mmdisabled>[SECTIONNAME]<br></span>"
mm_wizard_menu_activecontent_even		= "<span class=mmdisabled>[SECTIONNAME]<br></span>"
mm_wizard_menu_footer				= ""
