/* (c) Copyright 2004-2010 Copyright Witness Ltd. All Rights Reserved. */function newwin(url, title, winWidth, winHieght, options){winLeft = (screen.width - winWidth) / 2;winTop = (screen.height - winHieght) / 2;window.open(url,title,'width=' + winWidth + ', height=' + winHieght + ', ' +'left=' + winLeft + ', top=' + winTop + ', ' + options );}