function zoom(url)
{  
searchWin = window.open(url,'zoom','scrollbars=yes,resizable=yes,width=430,height=300,status=no,location=no,toolbar=no');
}