﻿// JScript File

function openWindow(url,features)
{
    var width = ((url.indexOf("spectratone") != -1) ? 375 : 275);
    if(features == "") features = "width=" + width + ",height=200,toolbar=0,status=0,resizable=1";
    return window.open(url,"flash",features);
}