function fullimage(theURL) 
{ //v2.0
	curr 	= document.getElementById('wallcurr').src;
	pre 	= document.getElementById('wallpre').src;
	document.getElementById('wallcurr').src=theURL;
	document.getElementById('wallpre').src=curr;
	document.getElementById('wallprepre').src=pre;
}

function fullimagenw(theURL,winName,features) 
{ //v2.0
	window.open(theURL,winName,features);
}

	whatsinboxes	= new Array(4)
	whatsinboxes[1] = 1
	whatsinboxes[2] = 2
	whatsinboxes[3] = 3
	     signtitle    = new Array(4)
	   signtitle[1] = "'Noche' car"
	   signtitle[2] = "Офис сграда"
	   signtitle[3] = "Хотел „Пирин Плаза“"
	   signaddress  = new Array(4)
	 signaddress[1] = "hydraulic elevator in Sofia"
	 signaddress[2] = "София, бул. „България“ 234"
	 signaddress[3] = "Девин,  ул. „Туристическа“ 8"
	     signurl    = new Array(4)
	     signurl[1] = "?page=projects&amp;x=12"
	     signurl[2] = "?page=projects&amp;x=234"
	     signurl[3] = "?page=projects&amp;x=8"
       var signatureurl = signurl[1]

function changesignature(whichone) 
{
	document.getElementById('signature'+whichone).src=("http://maritza-m.com/img/signature/"+whatsinboxes[1]+".png");
	document.getElementById('signature').style.backgroundImage=("url('http://maritza-m.com/img/signature/"+whatsinboxes[whichone]+"b.png')");
	document.getElementById('signtitle').innerHTML=(signtitle[whatsinboxes[whichone]]);
	document.getElementById('signaddress').innerHTML=(signaddress[whatsinboxes[whichone]]);
	signatureurl = signurl[whatsinboxes[whichone]];
	
	var temp = whatsinboxes[whichone];
	whatsinboxes[whichone] = whatsinboxes[1];
	whatsinboxes[1] = temp;
}

function enduser_h(b) 
{
	if (b == 1) {
// 		document.getElementById('enduserstop').src="img/frontmenu/endusers_top_h.png";
		document.getElementById('endusersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/endusers_bottom_h.png")';
	} else {
// 		document.getElementById('enduserstop').src="img/frontmenu/endusers_top.png";
		document.getElementById('endusersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/endusers_bottom.png")';
	}
}
function builders_h(b) 
{
	if (b == 1) {
// 		document.getElementById('builderstop').src="img/frontmenu/builders_top_h.png";
		document.getElementById('buildersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/builders_bottom_h.png")';
	} else {
// 		document.getElementById('builderstop').src="img/frontmenu/builders_top.png";
		document.getElementById('buildersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/builders_bottom.png")';
	}
}
function resallers_h(b) 
{
	if (b == 1) {
// 		document.getElementById('resallerstop').src="img/frontmenu/resallers_top_h.png";
		document.getElementById('resallersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/resallers_bottom_h.png")';
	} else {
// 		document.getElementById('resallerstop').src="img/frontmenu/resallers_top.png";
		document.getElementById('resallersbottom').style.backgroundImage='url("http://maritza-m.com/img/frontmenu/resallers_bottom.png")';
	}
}



function initialize() {
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map_canvas"));
        map.setCenter(new GLatLng(42.665583, 23.414091), 16);
        map.setUIToDefault();

	var point = new GLatLng(42.665583, 23.414091);
	map.addOverlay(new GMarker(point));
      }
}
	