
var nongeophone="0845 475 3625"

var nongeophoneint="44 845 475 3625"

var nongeophonetext="0845 475 FOAL"

var nongeophonetext2="(same number easier to remember)"

var nongeocallrate="(NB: Standard BT 0845 call rate June 2008: 4p per min peak, 1p off-peak, othere operators may charge differently)"

var geophone="currently changing"

var geocallrate="(NB: Standard BT call rate June 2008: 8p per min peak, 4p off-peak, other operators may charge differently. This number may change whenever our office moves, the non geographic 0845 number above should be permanent)"

var generalnametext="The operating names, trade and service marks and domain names used are strictly proprietary, please contact us if you require particular details."

var mainbusinessname="WWW Support Services&trade; is the main business name under which we operate."

var postaddress="WWW Support Services<BR>Tipyn o Gymru<BR>Northway Lane<BR>TEWKESBURY GL20 8HA<BR>United Kingdom"

var nonamepostaddress="Tipyn o Gymru<BR>Northway Lane<BR>TEWKESBURY GL20 8HA<BR>United Kingdom"


// masteraddress

function masteraddress()
{

var masterrecip="support#www-support-services-2@co@uk"

var re=/@/gi
masterrecip=masterrecip.replace(re, ".")
re=/#/gi
masterrecip=masterrecip.replace(re, "@")
open('mailto:'+masterrecip+'?subject=WWW SUPPORT ENQUIRY')
}

