// * Copyright (c) 2001 Openworld Limited.  All Rights Reserved
// last updated 26/10/2001 

function popUp2(theURL) {
var newWin=open(theURL,'form1','height=640,width=520,scrollbars=yes');}


