<!--
//external links
function OpenLink(theURL){ 
window.open(theURL); 
}

//Popup Window Script (http://wsabstract.com)
function openpopup(){
var popurl="http://www.renpub.co.uk/legal.htm"
winpops=window.open(popurl,"","width=800,height=600,scrollbars,resizable,")
}

//Popup Window script v2.0
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
//-->
