function ppup(url)
{
var ppit = window.open(url,'details','location,width=620,height=620');
}

