var up;
function Newup(URL)
{
	var w=h=400;
	var wd = w+25; var ht = h+25;	var thelot = 'resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width='+wd+',height='+ht;				
	up = window.open(URL,'mp3',thelot);name.location=URL;
}
