//
// DESCRIPTION
//
// 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>
//  
// 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!
//
//
// LANGUAGE SPECIFIC
//
// If you want to use some static text which should be
// different in other languages, specify it like this:
// [EN]This is English[/EN][NL]Dit is Nederlands[/NL]
// This will result in "This is English" for English users
// and "Dit is Nederlands" voor Dutch users.
// This option is currently only available for the javagame
// variables. If you need them elsewhere, let us know
//
//
// COPYRIGHTS
//
// (c) Techno Design IP bv 2003. All rights reserved.
// MobileMoney.biz is a product of Techno Design IP bv
// E-Mail: affiliates@MobileMoney.biz
//

//
// Specifies how menu's should be displayed
//
mm_wizard_menu_header				= "[EN]Select phone[/EN][NL]Selecteer telefoon[/NL][NO]Velg telefon[/NO]:&nbsp;<BR>&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>"
