var wallpaperArray = new Array();

wallpaperArray[0]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511227&title=CMT&thumb=01.jpg";
wallpaperArray[1]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511228&title=CMT&thumb=02.jpg";
wallpaperArray[2]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511229&title=CMT&thumb=03.jpg";
wallpaperArray[3]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511230&title=CMT&thumb=04.jpg";
wallpaperArray[4]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511231&title=CMT&thumb=05.jpg";
wallpaperArray[5]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511232&title=CMT&thumb=06.jpg";
wallpaperArray[6]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511233&title=CMT&thumb=07.jpg";
wallpaperArray[7]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511234&title=CMT&thumb=08.jpg";
wallpaperArray[8]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511235&title=CMT&thumb=09.jpg";
wallpaperArray[9]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511236&title=CMT&thumb=10.jpg";
wallpaperArray[10]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511240&title=Dukes%20of%20Hazzard&thumb=cmt-dukes.jpg";
wallpaperArray[11]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511238&title=CMT%20Insider&thumb=cmt-insider.jpg";
wallpaperArray[12]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511239&title=CMT%20Outlaws&thumb=cmt-outlaws.jpg";
wallpaperArray[13]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69511237&title=CMT%20Crossroads&thumb=cmt-crossroads.jpg";

wallpaperArray[14]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69500080&title=Famously%20Related&thumb=FamouslyRelated.jpg";
wallpaperArray[15]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507475&title=Good%20Listener&thumb=GoodListener.jpg";
wallpaperArray[16]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507477&title=I%20Do%20Millionaires&thumb=I-Do_Millionaires.jpg";
wallpaperArray[17]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507481&title=My%20Boyfriend%20Is%20Hot&thumb=Boyfriend-is-hot.jpg";
wallpaperArray[18]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507482&title=My%20Girlfriend%20Is%20Hot&thumb=Girlfriend-is-hot.jpg";
wallpaperArray[19]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507483&title=Over%20Hung&thumb=overhung.jpg";
wallpaperArray[20]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507484&title=Pre-Fab&thumb=Pre-Fab.jpg";
wallpaperArray[21]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507487&title=It's%20Stupid%20Calling%20Again&thumb=StupidCallingAgain.jpg";
wallpaperArray[22]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507488&title=I'm%20Talking%20To%20Stupid&thumb=TalkingToStupid.jpg";
wallpaperArray[23]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507489&title=Tongue%20Ring&thumb=Tongue.jpg";
wallpaperArray[24]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507490&title=I'll%20Call%20You&thumb=Ill-Call-You.jpg";
wallpaperArray[25]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507494&title=Whaaat!&thumb=Whaaat.jpg";
//wallpaperArray[13]= "/mobile/order/instructions_wallpaper.jhtml?smsCode=69507477&title=Holy%20Knee%20Sox&thumb=KneeSox.jpg";



function popWallpaperOrder(downloadID) {
	wallpapers = window.open(wallpaperArray[downloadID],"wallpapers","width=500,height=326");
}

function popDynamicWallpaperOrder(downloadID) {
	wallpapers = window.open("/mobile/order/instructions_dynamic_wallpaper.jhtml?downloadID="+downloadID,"wallpapers","width=500,height=326");
}

function popRingToneOrder(downloadID) {
rt = window.open("/mobile/order/instructions_ringtones.jhtml?downloadID="+downloadID,"rt","width=500,height=326");
}

function popCmtmaComcast(downloadID) {
rt = window.open("/mobile/order/instructions_cmtma_comcast.jhtml?downloadID="+downloadID,"rt","width=500,height=418");
}

function popWarrenOrder(ringtoneNumber) { 
rt = window.open("/mobile/order/instructions_warren_popup.jhtml?ringtoneNumber="+ringtoneNumber,"rt","width=500,height=326");
}

function popMissAmerica07Order(ringtoneNumber) { 
rt = window.open("/mobile/order/instructions_miss_america_07_popup.jhtml?ringtoneNumber="+ringtoneNumber,"rt","width=500,height=386");
}