﻿function fullwin(url)
{
    window.open(url,'','width=800,height=600,scrollbars');
}