//
// 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 menu's should be displayed
//

mm_wizard_menu_header				= "[EN]Select phone[/EN][NL]Selecteer telefoon[/NL]:&nbsp;&nbsp;<select id=menu onChange='eval(this.options[this.selectedIndex].value);'>"
mm_wizard_menu_content_odd			= "<option value='[SECTIONURL]'>[SECTIONNAME]</option>"
mm_wizard_menu_content_even			= "<option value='[SECTIONURL]'>[SECTIONNAME]</option>"
mm_wizard_menu_activecontent_odd		= "<option value='[SECTIONURL]' selected>[SECTIONNAME]</option>"
mm_wizard_menu_activecontent_even		= "<option value='[SECTIONURL]' selected>[SECTIONNAME]</option>"
mm_wizard_menu_footer				= "</select>"
