﻿function OpenForm(address)
{
    var win=window.open(address,'appForm','toolbar=0,status=1,location=0,resizable=1,scrollbars=1');
}