var content=new Array()
content[0]='<h1>Home Page</h1><br>The homepage gives your business the greatest exposure, and ensures that all of our visitors that visit our website from the front page will see your business details.  Sign up now to avoid disappointment, as we only have THREE spaces available.<br><br><font size=2 color=red><b>COST: £25 per month'
content[1]='<h1>Category Pages</h1><br>The category pages give your business semi-targeted exposure to our visitors, ensuring that the people that view your advertisement are the ones you want to attract.  There are only 3 advertising spaces available for each category.<br><br><font size=2 color=red><b>COST: £15 per month'
content[2]='<h1>Subcategory Pages</h1><br>The subcategory pages give your business ultra-targeted exposure to those who are actively seeking your type of business, and is our favourite package for our advertisers.  There are 4 advertising spaces per subcategory, so make sure you sign up quickly.<br><br><font size=2 color=red><b>COST: £5 per month'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font face="Verdana"><small>'+whichcontent+'</small></font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2
