function HandlePSImgError(imageObj)
{
	imageObj.src = "http://www.promenademusic.co.uk/images/trans.gif";
}
function HandleImgError(imageObj)
{
  imageObj.src = "http://www.promenademusic.co.uk/images/camera.gif";
}


function confirmSubmit()
{
var agree=confirm("Are you sure you wish to delete this item?");
if (agree)
	return true ;
else
	return false ;
}

  function PopupPic(sPicURL) {
     window.open( "popup.htm?"+sPicURL, "",  
     "resizable=1,HEIGHT=350,WIDTH=400");
   }
