﻿    function openWindow(url)
    {
        window.open(url,'','location=0,toolbar=0,scrollbars=1,status=1,width=600,height=600');
    }
