/* Cactus Software - Webdesign & Hosting, Nelson New Zealand 
   http://www.cactus.net.nz
*/

function OpenDynWindow2(file)
    {
        dynwindow = window.open(file, 'anew', config='height=500,width=700,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=center,directories=no,status=no,titlebar=no');
        dynwindow.top.resizeTo(wdth,hght);        
        self.dynwindow.focus();
    }