
/* ________________________________________________________________

  General Site variables script

  Created by John Mounsey, Peaknet Limited.
  Email: john.mounsey@peaknet.co.uk
  © 2008-present - please do not steal!
________________________________________________________________ */



function openwindow(h)
{
	var pgurl = h;
	window.open(pgurl, "_blank", "width=914, height=700,top=0,left=0, scrollbars=1,menubar=1,location=no,titlebar=no,toolbar=no,");
}