function DownLoadFile(sURL, sPlansFile) {

	window.open(sURL,sPlansFile); // This line opens the download dialog box.
// The following line updates the pagesviews for the pdf file.	
	window.open('http://www.bobsplans.com/Admin/UpdatePageViews.php?page=' + sPlansFile);
}

 function AdobeReader(){
 	sStr  = '<p class="adobe-reader">'; 
	sStr += 'Note: you need Adobe Reader<font size="-1"><sup>&reg;</sup></font> installed on your computer to read and print these plans. <br />	';
	sStr += 'If you do not have Adobe Reader<font size="-1"><sup>&reg;</sup></font> installed, ';
	sStr += '<a href="http://www.adobe.com/products/acrobat/readstep2.html" target="new">';
	sStr += 'click here</a></b> to download it. <br /><b><font size="-1">';
	sStr += 'When the plans open in Adobe Reader, be sure to save the file to your hard drive. ';
	document.write(sStr);
}



