function BezReg(){
	
 
  w=950
 h=470
 LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
 TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
 

NewWindow=window.open('http://www.bezierlondon.com/form.aspx','newWin','width='+w+',height='+h+',left='+LeftPosition+',top='+TopPosition+',toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus(); void(0);
 

}


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}