
function show_popup()
{
//var p=window.createPopup()
var pbody=window.createPopup(document.body)
pbody.style.backgroundColor="#FF9900"
pbody.style.border="solid black 3px"
pbody.innerHTML="(( Disclaimer )) : Not sure if this is a disclaimer or not but just thought it sounded official hehe. What i really wanted to highlight is that ...Although i'm doing my best to provide what might be useful to other new hovercraft builders (and anyone who cares) i must point out that .. Although My craft is now fully operational and does everything it was meant to do, this site is a diary of my progress building my 'first' hovercraft, therefore... I do not claim that the information provided here is 'the right way' the 'best way' or even the 'correct way ' You need to use your own judgement. Signed the web site author... Click outside this box to close it."
window.createPopup.show(150,150,500,240,document.body)
}




