/* Tigra Menu items structure */
var MENU_ITEMS = [
	[ "Home", 'http://www.aplusdownload.com/index.html', {'sb' : 'A+ Download Goods Delivery Service'}],
	
	
	[ "Tour", "http://www.aplusdownload.com/sell-downloads.html", {'sb' : 'Tour'}],
	
	
	[ "Pricing", 'http://www.aplusdownload.com/digitalgood-transactionfees.html', {'sb' : 'Pricing'}],
	
	[ "Demos", 'http://www.aplusdownload.com/onlinepaypaldownloadexample.html', {'sb' : 'Digital Download Examples'}],
	
	[ "Features", 'http://www.aplusdownload.com/sell-download-features.html', {'sb' : 'Features'}],
	
	[ "Seller", '', {'sb' : 'Publisher'},
		[ "Register", "https://www.aplusdownload.com/cgi-bin/quickregister/scripts/command.cgi?action=5", {'sb' : 'Register'}],
		[ "Login", "https://www.aplusdownload.com/cgi-bin/quickregister/scripts/command.cgi?action=3", {'sb' : 'Login'}],
		[ "Registration Fee Renewal", "http://www.aplusdownload.com/registrationpayment.html", {'sb' : 'Registration Fee Payment'}],
		[ "Create a PayPal Business Account", "http://www.aplusdownload.com/registrationpayment.html#paypal", {'sb' : 'Create a PayPal Business Account'}],
		[ "Testimonials", "http://www.aplusdownload.com/customerswhosaleonlinedigitalfiles.html", {'sb' : 'Testimonials'}],
	],
	
	
   [ "Contact Us", 'http://www.aplusdownload.com/cgi-bin/quickform/scripts/form.cgi?action=1', {'sb' : 'Contact Us'}],

]


function nw(url, name) {
	// see full list of options at 
	// http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/open_0.asp
	window.open(url,(name ? name : '_blank'),'HEIGHT=500,WIDTH=700,TOP=20,LEFT=20,scrollbars=yes, resizable=yes, menubar=yes,location=yes,toolbar=yes');
}


