function OpenPlaceMyAdWindow(FileName, WindowWidth, WindowHeight) {
        PlaceMyAdWindow = open(FileName,"PlaceMyAdWindow","scrollbars=yes,resizable=yes,status=yes,height=" + WindowHeight + ",width=" + WindowWidth);
}
