   
function PopUp(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no"
	strFeatures=strFeatures+",height=390,width=390,top=100,left=850"
	
	newWin = window.open(ref,"TellObj",strFeatures);

       newWin.opener = top;
}

function PopUpMusic(ref)
{	
	var strFeatures="toolbar=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no"
	strFeatures=strFeatures+",height=400,width=400,top=100,left=850"
	
	newWin = window.open(ref,"TellObj2",strFeatures);

       newWin.opener = top;
}
