function openDetails(theURL,w, h, newTitle)
{
var myPopup = window.open(theURL, "Details", "width="+w+",height="+h);
}
