﻿// JScript File
function Ac(Link,Name,h,w)
{
    window.open(Link,Name,'left=0, top=0, height=' +h +', width=' +w +', scrollbars=1, status=0');
}

