function popupPopup(url,height,width)
{
    window1 = window.open(url,"window1","width=" + width + ",height=" + height + ",toolbar=no,status=no,scrollbars=no,location=no,menubar=no");
}
