/** Copyright (C) 2002 Dan Heuston. **/
/** All rights reserved.            **/


function openRoofBars() {

 winWidth  = 660
 winHeight = 375
 winparams = "scrollbars=yes, menubar=no, width=" + winWidth + ", height=" + winHeight + ", resizable=yes, left=0, top=0, status=no"

 rbWin = window.open("roofbars.htm", "roofbarWin", winparams)
 rbWin.focus()
 
}


function summaryPage() {

 document.write("<p class='hometxt'>We stock an extensive range of Roof boxes, manufactured by Thule UK. To view our full on-line catalogue, simply select one of the options above. (Please note that all quoted prices are non-inclusive of V.A.T.)<\/p>")
 document.write("<p class='hometxt'>We can also provide a full installation service for your roof box - click <a href='servicing.htm' title='Click here to view details on our installation services.'>here<\/a> for more details.<br><br>")
 document.write("<img src='" + picDir + "\/rbmisc.jpg' alt='[Miscellaneous roof boxes]' title='' border=2><\/p>")
 document.write("<p class='hometxt'>Please remember that you must also have a <a href='javascript:openRoofBars()' title='Click here to view details of our roof bars.'>roof bar<\/a> fitted in order to install these roof boxes. If you do not already own a compatible roof bar, please ask us for a quote.<br><br>")
 document.write("<img src='" + picDir + "\/thulelogo.gif' alt='[Thule]' title=''><\/p>")
}