//**** TAXIMAP.CO.UK PLUGIN ©taximap 2009/2010 ****\\ function openTaxiMap() { var TMeixstWidth=screen.availWidth; var TMeixstHeight=screen.availHeight; var TMDialogWidth=Number(TMeixstWidth-100); if(TMDialogWidth<970) { TMDialogWidth=970; } if(TMDialogWidth>1600) { TMDialogWidth=1600; } var TMDialogHeight=Number(TMeixstHeight-80); if(TMDialogHeight<600) { TMDialogHeight=600; } if(TMDialogHeight>1000) { TMDialogHeight=1000; } var TMTop=40; var TMLeft=50; window.open("http://www.taximap.co.uk/plugin/taximap/index.asp?uid=10268","TAXIMAP","width="+TMDialogWidth+",height="+TMDialogHeight+",top="+TMTop+",left="+TMLeft+",location=no,menubar=no,resizable=yes,status=no,titlebar=no,toolbar=no,scrollbars=yes"); } var uid="10268"; document.write("Book Now");