<!--

function loadMedia (clip,page) {
	path="http://www.smartchartmusic.com/media/";

	/* alert(clip+page); */

	/* window1=window.open(path+page,'pdf','scrollbars=yes,width=175,height=300') */
	/* window2=window.open(path+clip,'mp3','scrollbars=yes,width=175,height=300') */


	/* window1=window.open('samples.php?pg=%22'+page+'%22&cl=%22'+clip+'%22','sample','scrollbars=yes'); */

	/* width='+screen.width+',height='+screen.height */

	window1=window.open('samples.php?pg='+page+'&cl='+clip,'sample','scrollbars=yes,width='+screen.width+',height='+screen.height);
}

 
function cover (file) {
	path="http://www.smartchartmusic.com/media/";

	window.open(path+'cover-'+file+'.pdf', 'cover_'+file, 'scrollbars=yes');
}

-->