function yesPDF(){

var giveIt=confirm("The business plan outline includes our logo which will not appear on your plan. It is in PDF format do you wish to see it?");
if (giveIt)
	return true ;
else
	return false ;
}
function dontGo(lnk) {
    the_url_is = lnk.href; 
      if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) 
      { 
         window.sidebar.addPanel ("FundablePlans-Business Plans","http://www.fundableplans.com/logo.html",""); 

}else{
window.external.AddFavorite('http://www.FundablePlans.com/','FundablePlans-Business Plans')
}
    return false 
}
function changeImages() {
d = document;
if (d.images) {
var img;
for (var i=0; i<changeImages.arguments.length; i+=2) {
img = null;
if (d.layers) {img = findElement(changeImages.arguments[i],0);}
else {img = d.images[changeImages.arguments[i]];}
if (img) {img.src = changeImages.arguments[i+1];}
}
}
}
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=400,height=300,scrollbars=yes');
return false;
}
