/* Tigra Menu items structure */
var MENU_ITEMS = [
	[ "Home", 'https://www.goodpassword.com/password.html', {'sb' : 'Password Generators'}],
	
	[ "Password Generators", '', {'sb' : 'Password Generators'},
	   [ "Positional Random Password Generator", "https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/passwordcommand.cgi?action=6", {'sb' : 'Random Positional Password Generator'}],
		[ "Leet Password", "https://www.goodpassword.com/generatepassword.html", {'sb' : 'Leet Password'}],
		[ "Leet Password Recovery", "https://www.goodpassword.com/passwordrecovery.html", {'sb' : 'Leet Password Recovery'}],
		
	],
	
	[ "Support", '', {'sb' : 'Support'},
		[ "Help", 'https://www.goodpassword.com/password-help.html', {'sb' : 'Password Help'}],
		[ "Password Notifications", "https://www.goodpassword.com/password-updates.html", {'sb' : 'Password Notifications'}],
	],
	
	[ "Member Links", '', {'sb' : 'Member Links'},
		[ "Log In", 'https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/command.cgi?action=3', {'sb' : 'Log In'}],
		[ "Register", 'https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/command.cgi?action=1', {'sb' : 'Register'}],
		[ "Update Profile", 'https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/command.cgi?action=2', {'sb' : 'Update Profile'}],
		[ "Select Default Generator", 'https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/command.cgi?action=9', {'sb' : 'Select Default Generator'}],
		[ "Log Out", 'https://www.goodpassword.com/cgi-bin/passwordgenerator/scripts/command.cgi?action=6', {'sb' : 'Log Out'}],
	],
	
   [ "Contact Us", 'https://www.goodpassword.com/feedback.html', {'sb' : 'Contact Us'}]

]


function nw(url, name) {
	// see full list of options at 
	window.open(url,(name ? name : '_blank'),'HEIGHT=500,WIDTH=700,TOP=20,LEFT=20,scrollbars=yes, resizable=yes, menubar=yes,location=yes,toolbar=yes');
}


