﻿function openPopup(url) {
    window.open(url, "flash", "height=610,width=840,status=yes,toolbar=no,menubar=no,location=no");
   
}


