function showEmail(div,pre){
var d='hullbdf.com';
var a=document.getElementById(div)
a.href="mailto:"+pre+"@"+d
a.innerHTML=pre+"@"+d
}

function cf(){
var str = "This will navigate you away from the Hull Business Development Fund Website. We cannot be held responsible for any content displayed after you click the OK button";
return confirm(str);
}

var s=1;

function typeNews(div,str){
var i=str.length;
if (s <= i){
document.getElementById(div).innerHTML=str.substring(0,s);
s = s + 2;
setTimeout("typeNews('"+div+"','"+str+"')",30);
}else{
return true
}

}

function showHelp(){
    window.open("help/","Help","width=600,height=400,scrollbars=yes");
}
