function popupSample(host, zen_path, trk_path, name) {
//    alert('host ' + host + '\n' + zen_path + '\n' + trk_path + '\n' + name);
//    host2 = 'http://irinamikhailova.com/shop';
	playerURL = host + '/tunes/sample_player.php';
//    sampleURL =  host +  '/' + trk_path;
	sampleURL =  '../' + trk_path;
	
    url = playerURL + '?track=' + sampleURL + '&display=' + name;
//    alert(sampleURL);
//    url = playerURL + '?display=' + name;

  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=210,height=100,screenX=150,screenY=150,top=150,left=150')
//  window.open(url,'popupWindow','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=210,height=100,screenX=150,screenY=150,top=150,left=150')
}


