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

