﻿// JScript File



function openNewWindow(strURL)    
{    
    oAuxWindow = window.open(strURL, 'oAuxWindow', "height=800, width=1100, copyhistory=1, menubar=1, toolbar=yes, scrollbars=yes, status=1, location=1, resizable=1");   
}  
