function openPopup(url)
{
    var w = window.open(url, 'winMain', 'width=770,height=621');
}
