function popRingToneOrder(downloadID) {
        rt = window.open("/mobile/ringtones/order/instructions_ringtones.jhtml?downloadID="+downloadID,"rt","width=668,height=337")
    }
	
function popDynamicWallpaperOrder(genre, downloadID, title, thumb) {
		url="/mobile/ringtones/order/instructions_dynamic_wallpaper.jhtml?area=" + genre + "&downloadID=" + downloadID + "&title=" + title + "&thumb=" + thumb;
		wallpapers = window.open(url,"wallpapers","width=660,height=329");
	}
	
function popInt(id) {
url="/shows/events/hip_hop_honors/2006/interview.jhtml?name=" + id;
interview=window.open(url, "interview", "width=662, height=800, scrollbars=yes");
}

				searchOK = true;


				function timer() {
					searchOK = false; setTimeout("searchOK=true",2500)
							}
				function formSub() {

					var searchText = document.searchFormBot.searchterm.value;

					if (searchOK && searchText != "") {

					timer();




							return true;


							 }
					else {
					alert("You must enter a search term.");

					return false;

					}
							}
							

if (document.images) {
		icn_out = new MakeArray(6);
		icn_over = new MakeArray(6);
		
		icn_out[1].src = "/shows/events/hip_hop_honors/2006/img/btn_photos.jpg";
		icn_out[2].src = "/shows/events/hip_hop_honors/2006/img/btn_video.jpg";
		icn_out[3].src = "/shows/events/hip_hop_honors/2006/img/btn_video2.jpg";
		icn_out[4].src = "/shows/events/hip_hop_honors/2006/img/btn_artist.jpg";
		icn_out[5].src = "/shows/events/hip_hop_honors/2006/img/btn_mobile.jpg";


		icn_over[1].src = "/shows/events/hip_hop_honors/2006/img/btn_photos_over.jpg";
		icn_over[2].src = "/shows/events/hip_hop_honors/2006/img/btn_video_over.jpg";
		icn_over[3].src = "/shows/events/hip_hop_honors/2006/img/btn_video2_over.jpg";
		icn_over[4].src = "/shows/events/hip_hop_honors/2006/img/btn_artist_over.jpg";
		icn_over[5].src = "/shows/events/hip_hop_honors/2006/img/btn_mobile_over.jpg";
		}
		
		function MakeArray(n) {
		   	this.length = n
		   	for (var i = 1; i<=n; i++) {
		    	this[i] = new Image()
		   	}
		   	return this;
		}
		function icnOver(name,number){
			if (document.images){
		     	name.src = icn_over[number].src;
		   	}
		}
		function icnOut(name,number){
			if (document.images){
		      	name.src = icn_out[number].src;
		   	}
		}
		