var str = 	''

<!--Layer-->

str+= '<div id="dwindow" '
str+= 'style="position:absolute;background-color:#EBEBEB;'
str+= 'cursor:hand;left:0px;top:0px;display:none;border-style:solid;border-width:2;" '
str+= 'onMousedown="initializedrag(event)" '
str+= 'onMouseup="stopdrag()" '
str+= 'onSelectStart="return false">'
str+= '<div align="right" style="background-color:ActiveCaption; height:17">'
str+= '<img src="tour/max.gif" id="maxname" '
str+= 'onClick="maximize()" width="16" height="14">'
str+= '<img src="tour/close.gif" onClick="closeit()" '
str+= 'width="16" height="14"></div>'
str+= '<div id="dwindowcontent" style="height:100%">'
str+= '<iframe id="cframe" src="" width=100% height=100%></iframe>'
str+= '</div></div>'




<!--Table-->

str+= '<div align="left"><left><table bgcolor="#FFFFFF">'
str+= '<tr><td width="175" valign="top" align="left"><p>'



<!--Header-->

str+= '<img border="0" src="_pictures/logo.jpg" width="131" height="110" align="left">'
str+= '&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>'
str+= '&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>'



<!--VPN-->

str+= '<br>'

str+= '<img border="1" src="_pictures/navigation/bb.jpg" width="10" height="10" hspace="1">'
str+= '<a href="http://82.110.10.203:3535">Franchisee VPN Login</a>'

     
str+= '</p></td>'


<!--Main body-->


str+= '<td width="575" bgcolor="#FFFFFF" align="left" valign="top" background="_pictures/background.jpg">'
str+= '<p style="margin-top: 0; margin-bottom: 0">Dublcheck</p>'
str+= '<p style="margin-top: 0; margin-bottom: 0">Dublcheck House, Minerva Court, Minerva Avenue, Chester CH1 4QT</p>'
str+= '<p style="margin-top: 0; margin-bottom: 0">Phone: (01244) 65 11 00 Fax: (01244) 65 11 01</p>'
str+= '<p style="margin-top: 0; margin-bottom: 0">Email: ' 
str+= '<a href="mailto:info@dublcheck.co.uk">info@dublcheck.co.uk</a></p><hr>'


;
document.write(str)
document.close()