// JavaScript Document
function planinfo()
{
var t=window.createPopup()
var tbody=t.document.body
tbody.style.backgroundColor="#FFFF33"
tbody.style.border="solid black 3px"
tbody.innerHTML="Due to the frequent emails i get regarding sending a free copy of the plans over the internet i thought i'd mention it here rather than replying via email all the time. I have not and will NOT distribute the plans to people over the internet. The plans are very comprehensive and alot of work has been put into them by ASV and i believe they are worth the the price they sell them for. So from now on i will no longer reply to emails that request a copy of the plans. I understand people like to keep costs down on personal projects like this and i agree totally, but having good plans could determine the success of the build and these plans i believe deserve the acknowledgment of effort by paying for them. Click out side this window to close it.   "
t.show(150,150,500,240,document.body)
}