Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'mysql50-85.wc2.dfw1.stabletransit.com' (1) in /home/notforsa/public_html/$data$/$config$.php on line 39
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/notforsa/public_html/$data$/$config$.php on line 40
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/notforsa/public_html/[includes]/[include].php on line 143
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /home/notforsa/public_html/[includes]/[include].php on line 144
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/notforsa/public_html/[includes]/[include].php on line 145
function initialize()
{
if (GBrowserIsCompatible())
{
var map = new GMap2(document.getElementById("map_canvas"));
map.setCenter(new GLatLng(25.165173,-4.921875), 2);
GEvent.addDomListener(zoomInButton, "click", function() {map.zoomIn();clearMap();});
GEvent.addDomListener(zoomOutButton, "click", function() {map.zoomOut();clearMap();});
GEvent.addDomListener(setMapButton, "click", function() {map.setMapType(G_NORMAL_MAP);clearMap();});
GEvent.addDomListener(setSatButton, "click", function() {map.setMapType(G_SATELLITE_MAP);clearMap();});
GEvent.addDomListener(setHybButton, "click", function() {map.setMapType(G_HYBRID_MAP);clearMap();});
}
}
function buttonAction(action,button)
{
if(action=='down')
{
c='button'+button+'.src=\'images/design01_down_'+button+'.png\'';
eval(c);
}
if(action=='up')
{
button10.src='images/spacer.gif';
button17.src='images/spacer.gif';
button24.src='images/spacer.gif';
c='button'+button+'.src=\'images/design01_selected_'+button+'.png\'';
eval(c);
}
}
button09down= new Image(1,1);
button09down.src="images/design01_down_09.png";
button10down= new Image(1,1);
button10down.src="images/design01_down_10.png";
button17down= new Image(1,1);
button17down.src="images/design01_down_17.png";
button23down= new Image(1,1);
button23down.src="images/design01_down_23.png";
button24down= new Image(1,1);
button24down.src="images/design01_down_24.png";
function showVerse()
{
isB = navigator.userAgent.indexOf("MSIE");
if ( isB > -1 )
{
// IE, FF
sh = document.documentElement.clientHeight;
sw = document.documentElement.clientWidth;
}
else
{
// Safari & FF & Opera
sh = window.innerHeight;
sw = window.innerWidth;
}
vtop=(sh/2)-189;
vleft=(sw/2)-257;
var v=document.getElementById('verse');
v.style.top=vtop+'px';
v.style.left=vleft+'px';
clearMap();
v.style.display='';
}
function showAbout()
{
isB = navigator.userAgent.indexOf("MSIE");
if ( isB > -1 )
{
// IE, FF
sh = document.documentElement.clientHeight;
sw = document.documentElement.clientWidth;
}
else
{
// Safari & FF & Opera
sh = window.innerHeight;
sw = window.innerWidth;
}
vtop=(sh/2)-189;
vleft=(sw/2)-257;
var a=document.getElementById('about');
a.style.top=vtop+'px';
a.style.left=vleft+'px';
clearMap();
a.style.display='';
}
function clearMap()
{
verse.style.display='none';
about.style.display='none';
}