function sampler(title,img,mp3)
{
		/* ==================================================
		Open Window
		================================================== */
		theSamplerWin = window.open("http://timchambers.com/byip/sampler.cfm?title=" + title + "&img=" + img + "&mp3=" + mp3, "theSamplerWin", "width=120,height=170");
		if(theSamplerWin.moveTo(100,100));
}

function player(details)
{
		/* ==================================================
		Open Window
		================================================== */
		theSamplerWin = window.open("player.html?" + details,
			"theSamplerWin",
			"width=120,height=120,scrollbars=no,status=no");
		if(theSamplerWin.moveTo(100,100));
}
