function makeViewer(file, suffix, name) {

	fileToPlay = file;
	bandName = name;
	winTwo=window.open(suffix,"ViewClip","width=484,height=500");

}


function MM_openBrWindow(theURL,winName,features) { //v2.0

  window.open(theURL,winName,features);

}