function winOpen(address)
{
    window.open(address,"win","width=616,height=600,left=200,top=50,scrollbars=yes",resizeable="no");
}

function winOpen2(address)
{
    window.open(address,"win","width=856,height=400,left=200,top=50,scrollbars=yes",resizeable="no");
}

function winOpen3(address)
{
    window.open(address,"win","width=610,height=320,left=200,top=50,scrollbars=yes",resizeable="no");
}

function winOpen4(address)
{
    window.open(address,"win","width=610,height=568,left=200,top=50,scrollbars=yes",resizeable="no");
}

function winOpen5(address)
{
    window.open(address,"win","width=600,height=368,left=200,top=50,scrollbars=yes",resizeable="no");
}
