﻿// JScript File
/*
function openwindow(sPDFfilename) 
{
    var props = 'location=no,menubar=yes,toolbar=yes,height=600,width=800';
    window.open(sPDFfilename,'Imirzian',props,true);
}
*/

function MM_openBrWindow(theURL,winName,features)
{
    window.open(theURL, winName, features);
}

