/* 2008 (C) All Rights Resverved www.kalelmedia.com */

function ajaxiTunes(idx){
	new Ajax.Updater('showcaseText', './ajax/iTunes.php?Text=1', {
		parameters: { idx: idx }
	});
	
	new Ajax.Updater('breadcrumb', './ajax/iTunes.php?Breadcrumb=1', {
		parameters: { idx: idx }
	});
}


/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarkUs(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

function music(idx){
		
		window.open('./music.php?Idx='+ idx,'MusicWindow','width=220, height=250, toolbar=0, resizable=0, status=0, menubar=0, scrollbars=0, directories=0, location=0');
		if (window.focus){MusicWindow.focus();}
}
