function opnIt(id,iw,ih)
{
var ff = window.open(id,"Flash","width=" + iw + ",height=" + ih + ",status=no,scrollbars=no");
}
