	var wallpaperArray = new Array();
	
	wallpaperArray[0]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511081&title=Save%20The%20Music%201&thumb=hotmusic.jpg";
	wallpaperArray[1]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511082&title=Save%20The%20Music%202&thumb=musicrules.jpg";
	wallpaperArray[2]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511083&title=Save%20The%20Music%203&thumb=coolmusic.jpg";
	wallpaperArray[3]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511084&title=Save%20The%20Music%204&thumb=groovymusic.jpg";
	wallpaperArray[4]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511085&title=Save%20The%20Music%20Flower%201&thumb=clefflower.jpg";
	wallpaperArray[5]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511086&title=Save%20The%20Music%20Flower%202&thumb=flowermusic.jpg";
	wallpaperArray[6]= "/mobile/ringtones/order/instructions.jhtml?area=save_music_2005&smsCode=07511087&title=Save%20The%20Music%20Guitar&thumb=guitarCPR.jpg";
	
	function popWallpaperOrder(downloadID) {
		wallpapers = window.open(wallpaperArray[downloadID],"wallpapers","width=660,height=329");
	}
