function popUp(URL,myWidth,myHeight,myScroll){
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars="+myScroll+",location=0,statusbar=0,menubar=0,resizable=0,width="+myWidth+",height="+myHeight+",left = 426,top = 282');");
}

function imgswap(name, type){
  eval("document." + name + ".src = '../../images/" + name + "_" + type + ".gif'");
}

function imgswapft(name, type){
	eval("document." + name + ".src = 'images/footer/" + name + "_" + type + ".gif'");
}

function popUpCD(code){
	popUp("http://music.booseytracks.com/search/html/popup_cddetails.php?cdcdkurz="+code+"&w=cd",792,560);
}