
function getBrowserName()
{	
	if (navigator.appName=='Microsoft Internet Explorer')
	{
		movie.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="400"><param name="movie" value="MOVIES/HEVECO.swf?var1=IE" /><param name="quality" value="high" /><embed quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="400" src="MOVIES/HEVECO.swf?var1=IE"/></embed></object>';

	}
	if (navigator.appName!="Microsoft Internet Explorer")
	{
		movie.innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="650" height="400"><param name="movie" value="MOVIES/HEVECO.swfvar1=Others" /><param name="quality" value="high" /><embed quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="650" height="400" src="MOVIES/HEVECO.swf?var1=Others"/></embed></object>';
	}
}


function execMovie(str)
{
	if (navigator.appName!='Microsoft Internet Explorer')	
		{
			setInterval("callExternalInterface("+str+")",2000);
		}
	if (navigator.appName=='Microsoft Internet Explorer')	
		{
			window.setInterval("callExternalInterface("+str+")",2000);
		}
}
function callExternalInterface(str) 
{
	getMovieName('movieMX').callhevecoMove(str); 
}

function getMovieName(movieName) 
{
    if (navigator.appName.indexOf("Microsoft") != -1) 
	{
    		return window[movieName]
    	}
    else 
	{
    		return document[movieName]
    }
}
function changeSelection(obj)
{
if (navigator.appName.indexOf("Microsoft") != -1) 
{
	if (obj==1)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==2)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==3)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==4)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==5)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==6)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==7)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==8)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==9)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==10)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' id='active_menu'  onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==11)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==12)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
}
else
{
if (obj==1)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==2)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==3)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==4)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==5)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==6)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==7)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==8)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==9)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==10)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' id='active_menu'  onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==11)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}
	if (obj==12)
	{
		document.getElementById('home').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('1');callExternalInterface('1') >home</a>";
		document.getElementById('aboutus').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('2');callExternalInterface('2') >about us</a>";
		document.getElementById('construction').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('3');callExternalInterface('3') >pre-construction</a>";
		document.getElementById('spaces').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('4');callExternalInterface('4') >spaces for commerce</a>";
		document.getElementById('project').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('5');callExternalInterface('5') >project consulting</a>";
		document.getElementById('residential').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('6');callExternalInterface('6') >residential</a>";
		document.getElementById('design').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('7');callExternalInterface('7') >design-build</a>";
		document.getElementById('planning').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('8');callExternalInterface('8') >planning support</a>";
		document.getElementById('development').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('9');callExternalInterface('1') >development</a>";
		document.getElementById('references').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('10');callExternalInterface('2') >references</a>";
		document.getElementById('contact').innerHTML="<a class='mainlevel' href='#' onclick=javascript:changeSelection('11');callExternalInterface('3') >contact us</a>";
		document.getElementById('disclaimer').innerHTML="<a class='mainlevel' href='#' id='active_menu' onclick=javascript:changeSelection('12');callExternalInterface('4') >disclaimer</a>";
	}

}

callMainContent(obj);
}

function callMainContent(obj)
{
var aboutUS='';
var preConstruction='';
var spacesCommerce='';
var projConsult='';
var residential='';
var designBuild='';
var planningSupport='';
var development='';
var references='';
var disclimer='';
var contact='';
var home='';


	if (obj==1)
	{
		home='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">welcome</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39" onclick="javascript:sendMessage();" >';
		home=home+'<img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center ><TR><TD><IMG SRC="Images/home.jpg"></TD></TR></table><table width=90% border=0 align=center ><TR><TD><IMG SRC="Images/hevecoHome.jpg"></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=home;
		document.title='HEVECO srl - home';
	}
	if (obj==2)
	{
		aboutUS='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">about us</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td>';
		aboutUS=aboutUS+'<td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/aboutUs.jpg" style="background-repeat:no-repeat;FONT-SIZE:9pt" ><TR height=400><TD>&nbsp;</TD></TR><TR height=450 align=left valign=top ><TD>';
		aboutUS=aboutUS+'&nbsp;&nbsp;&nbsp;<B>HEVECO</B> emerged from a group of companies in 1995 and have more than 12 years experience in the field of building and construction based on a solid local structure.<BR><BR>&nbsp;&nbsp;&nbsp;With our highly specialised team of experts we have realised new built shopping centers as well as small retail units within commercial developments.<BR><BR>&nbsp;&nbsp;&nbsp;We are also experienced in residential developments, flats and houses and particulary utilities, power supply, sewage and pipes.<BR><BR>&nbsp;&nbsp;&nbsp;We offer customer-focused contracts assisting our clients from start to finish, from pilot study to turn key completion.<BR><BR>&nbsp;&nbsp;&nbsp;<B>HEVECO</B> provide full range of services as civil and arhitectural engineering,	urban, environmental and electrical engineering, project management, design and construction management, building management, ';
		aboutUS=aboutUS+'H&S Services, lanlord negotiations.</TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=aboutUS;
		document.title='HEVECO srl - about us';
	}
	if (obj==3)
	{
		
		preConstruction='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">pre-construction</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" >';
		preConstruction=preConstruction+'<img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/preConstruction.jpg" style="background-repeat:no-repeat" ><TR height=320><TD>&nbsp;</TD></TR><TR height=550 align=left valign=top >';
		preConstruction=preConstruction+'<TD><table width=75% align=center style="border-collapse:collapse;FONT-SIZE:9pt">';
		preConstruction=preConstruction+'<tr ><td><B>HEVECO</B> provides service packages such as</td></tr><tr ><td>&nbsp;</td></tr><tr style="background-color:#e6edea" ><td>project consulting and project management</td></tr><tr style="background-color:#e6edea" ><td>design-build</td></tr><tr style="background-color:#e6edea" ><td>planning support</td></tr><tr style="background-color:#e6edea" ><td>pre-construction</td></tr><tr ><td>&nbsp;</td></tr><tr  ><td>Due to years of successful cooperation with our partners and main contractors we guarantee turnkey construction.<BR>We are able to react immediately in order to accomplish investments and construction works. For our clients we can act as a general contractor and/or construction manager.</td></tr><tr ><td>&nbsp;</td></tr></table><table width=75% align=center style="border-collapse:collapse;FONT-SIZE:9pt"><tr style="background-color:#e6edea" ><td width=50%>pre-construction services</td><td width=50%>';
		preConstruction=preConstruction+'&nbsp;</td></tr><tr style="background-color:#e6edea" ><td width=50%>due diligence</td><td width=50%>scope management</td></tr><tr style="background-color:#e6edea" ><td width=50%>cost estimate</td><td width=50%>procurement</td></tr><tr style="background-color:#e6edea" ><td width=50%>programming</td><td width=50%>value analysis</td></tr><tr style="background-color:#e6edea" ><td width=50%>solicitation-tendering</td><td width=50%>life cycle analysis</td></tr><tr style="background-color:#e6edea" ><td width=50%>prequalification of </td><td width=50%>building systems analysis</td></tr><tr style="background-color:#e6edea" ><td width=50%>general contractors / contractors</td><td width=50%>design coordination</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=preConstruction;
		document.title='HEVECO srl - pre-construction';
	}
	if (obj==4)
	{
		spacesCommerce='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">spaces for commerce</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table>';
		spacesCommerce=spacesCommerce+'<table width=90% border=0 align=center background="Images/spacesCommerce.jpg" style="background-repeat:no-repeat" ><TR height=320><TD>&nbsp;</TD></TR><TR height=550 align=left valign=top ><TD><table width=85% align=center style="FONT-SIZE:9pt"><tr><td><BR>Working spaces, residences, ';
		spacesCommerce=spacesCommerce+' commercial and industrial spaces, ';
		spacesCommerce=spacesCommerce+'it is <B>HEVECO</B>, that provides expertise in the range of planning, architecture, engineering and project management. <BR><BR>We have a proven record of delivering innovative and practicable solutions to the needs of our clients. <B>HEVECO</B> has the understanding of working in close partnership with all parties involved in project. We are renowned for giving our clients something very special: piece of mind.<BR><BR>Our team delivers a comprehensive portfolio of services ranging from small consultancy studies to large-scale and most complex projects. <Br>Most of our clients get back to us to challenge us. We have contracted time and again to many companies because we can add real value to their projects. <BR><BR> Today, 80% of our business results from contracts with customers, who prise our understanding of their needs as well as our determination and ability to meet each challenge.<BR>Because time is the essence of today&#39s business, we give our customers';
		spacesCommerce=spacesCommerce+' a competitive edge offering exceptional short time for them to start marketing even the most complex projects. 	</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=spacesCommerce;
		document.title='HEVECO srl - spaces for commerce';
	}
	if (obj==5)
	{
		projConsult='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">project consulting</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" >';
		projConsult=projConsult+'<img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/projConsult.jpg" style="background-repeat:no-repeat" ><TR height=420><TD>&nbsp;</TD></TR><TR height=450 align=left valign=top ><TD><table width=80% align=center style="FONT-SIZE:9pt"><tr><td>';
		projConsult=projConsult+'Our clients will get assistance in choosing the right location for their project.<BR><BR><BR>We assist to get the necessary approvals and licences needed for each project according to Romanian legislation.<BR><BR><BR>';
		projConsult=projConsult+'As Project Managers, <B>HEVECO</B> can be the heart of coordination responsable for the project team:<BR><BR>Customer - Arhitect - Builder - Construction - Tehnical Devices<BR><BR><BR>';
		projConsult=projConsult+'During the project realisation we rely on a network of specialists, suppliers and longterm business partners.</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=projConsult;
		document.title='HEVECO srl - project consulting';
	}
	if (obj==6)
	{
		residential='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">residential</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" >';
		residential=residential+'<img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a>	</td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/residential.jpg" style="background-repeat:no-repeat" ><TR height=470><TD>&nbsp;</TD></TR><TR height=400 align=left valign=top ><TD><table width=80% align=center style="FONT-SIZE:9pt"><tr><td><BR><BR>';
		residential=residential+'<B>HEVECO</B> provides innovative design solutions to create aesthetically pleasing manufacturing and working environments for our clients.<BR><BR><BR><BR>Our services include master planning, design, tehnical planning, civil and structural planning through to interior design and fit-out.</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=residential;
		document.title='HEVECO srl - residential';
	}
	if (obj==7)
	{
		designBuild='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">design - build</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" >';
		designBuild=designBuild+'<img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/designBuild.jpg" style="background-repeat:no-repeat" ><TR height=470><TD width=30%>&nbsp;</TD><TD width=70% style="FONT-SIZE:9pt"><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><BR><B>Design-Build is a rapidly ';
		designBuild=designBuild+' growing project delivery strategy in the construction business. ';
		designBuild=designBuild+'We use this approach to realise many of our projects.<BR><BR><BR>Our focus is to assemble the adequate team of designers and engineers for each individual project and manage the process to deliver a successfully completed building.</B></TD></TR><TR height=400 align=left valign=top ><TD colspan=2><table width=80% align=center style="FONT-SIZE:9pt"><tr><td>For 12 years <B>HEVECO</B> have been providing tehnical expertise and specialist skills over a broad range of construction issues.<BR><BR>We advise and assist clients of the private and public sectors at all stages of their projects, from development planning and building permission to design and construction and throughout the operational life cycle.<BR><BR>Due to the fast changing legislation in Romania which is caused by the implementation of EU laws it is necessary to have an in-depth knowledge of EU and National environmental regulatory frameworks.<BR><B>HEVECO</B> with their international team are capable';
		designBuild=designBuild+' to assist you with all your environmental, design, compliance and implementation issues.</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=designBuild;
		document.title='HEVECO srl - design-build';
	}
	if (obj==8)
	{
		planningSupport='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">planning support</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" >';
		planningSupport=planningSupport+'<img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/planningSupport.jpg" style="background-repeat:no-repeat" ><TR height=350><TD width=30%>&nbsp;</TD>	</TR><TR height=520 align=left valign=top ><TD ><table width=80% align=center style="FONT-SIZE:9pt"><tr><td><B>What will my budget be? Will it match my needs?<BR>';
		planningSupport=planningSupport+'Should I renovate or expand?<BR>How long will it take me to design and build my project?<BR>What should the programme and scope include?<BR>What are my procurement options?Can this project be built?<BR>What should I do next?Is my information complete?</B><BR><BR><BR><B>HEVECO</B> have the answers and the right team to shed light on all aspects of your project, even if there is little or no information to start with.<BR><BR><span style="COLOR:#005E31" ><B>planning support</B></span><BR><BR>We offer quick response to your questions at any stage of the planning and construction process.<BR>We are able to set up a fundamental basis quickly.</td></tr></table></TD></TR></table><table width=90% border=0 align=center ><TR><TD>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=planningSupport;
		document.title='HEVECO srl - planning support';
	}
	if (obj==9)
	{
		development='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">development</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" >';
		development=development+'<img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/development.jpg" style="background-repeat:no-repeat;" ><TR height=150 ><TD>	&nbsp;</TD></TR><TR height=720 ><TD valign=top align=center style="FONT-SIZE:9pt" ><table width=99% align=center ><tr>';
		development=development+'<td>Sometimes land acquisition in Romania seems to be a closed book. After the Revolution in 1989 land was given back to the original owners. They did not get their original plots, but in some cases long small stripes of land, 100 times the length of the width. This could mean you would have to merge 250 pieces or land or more to get a 10ha plot.<BR><BR> You might face legal issues that depend on the way the properties were retransferred to the owners and in what stage the retransfer of the ownership is. Unsettled succession claims and litigations are a standard situations nowdays, even 18 years after the so-called "liberation". Until now the property transactions managed by <B>HEVECO</B> have passed all audits prepared by internationally well renowned law companies; no legal claims resulted for our clients. <BR><BR>The permitting processes for urban, traffic nad building permits have to be well prepared, ';
		development=development+'often playing in front of political and individual interests. Unmistakable instinct and knowledge of &#39who will be the right person to talk to&#39 will sove these issues.<BR><BR>	Designers have to be well chosen in order to know the fast changing building legislation that is being adapted to European laws within the next years. This could create awful moments when just before submitting your building permit you have to find out that some procedures have changed. You could be forced to abandon the time frame for your project or to start from the very scratch again. It is not necessary to display what a situation like this implicates for the project as a whole!. <BR><BR>Non-local arhitects and designers might be chosen since they provide the trendiest designs. But will these designs match Romanian Legislation, the laws concerning the earthquake scenario of Romania, civil and building laws, and so on? <B>HEVECO</B> ';
		development=development+'can provide the right partners here in Romania to make your project a succes!<BR><BR><B>HEVECO</B> will prepare and realise your project to your complete satisfaction.<BR><BR>	The list of our clients in the field speaks for us:<BR><BR><table width=99% align=center><TR><TD>Carrefour Romania</TD><TD>Media Galaxy</TD><TD>Elvila</TD><TR><TR><TD>Bricostore Romania</TD><TD>Petrom</TD><TD>Mayr Melnhoff</TD><TR><TR><TD>Lukoil</TD><TD>Westhill Romania</TD><TD>Mobexpert</TD><TR><TR><TD>Ergon Concrete International</TD><TD>&nbsp;</TD><TD>&nbsp;</TD><TR></table></td></tr></table></TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=development;
		document.title='HEVECO srl - development';
	}
	if (obj==10)
	{
		references='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">references</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a>	</td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" >';
		references=references+'<img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center background="Images/references.jpg" style="background-repeat:no-repeat;" ><TR height=250 ><TD>&nbsp;</TD></TR><TR height=620 ><TD valign=top align=center style="FONT-SIZE:9pt" ><table width=80% align=center ><tr><td>We are proud of our work.<BR>You can ask our clients about us.';
		references=references+'</td></tr><tr><td>&nbsp;</td></tr><tr><td>British American Tobacco Ploiesti</td></tr><tr><td>Carrefour Romania</td></tr><tr><td>Bricostore Romania</td></tr><tr><td>Westhill Romania</td></tr><tr><td>Unger Romania</td></tr><tr><td>Blom Romania</td></tr><tr><td>Lukoil Romania</td></tr><tr><td>OTR Romtelecom Romania</td></tr><tr><td>Wienerberger Romania</td></tr><tr><td>Atlanta International Romania</td></tr><tr><td>Efes Pilsen Romania</td></tr><tr><td>&nbsp;</td>	</tr><tr><td>and others...</td></tr></table></TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=references;
		document.title='HEVECO srl - references';
	}
	if (obj==11)
	{
		contact='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">contact</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0"></a></td>';
		contact=contact+'<td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=98% border=0 align=center ><TR><TD width=50% valign=top><table width=100% border=0 align=center ><TR><TD colspan=2 style="FONT-FACE:verdana;FONT-SIZE:8pt;COLOR:#005E31" align=left ><B>HEVECO srl</B></TD></TR>	<TR><TD width=10% >';
		contact=contact+'<IMG SRC="Images/address.jpg"></TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000" >26 alexandru vlahuta street, ploiesti</TD></TR><TR><TD width=10% >&nbsp;</TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000" >100171, prahova </TD></TR><TR><TD width=10% >&nbsp;</TD>	<TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000" >romania </TD>	</TR><TR><TD width=10% >&nbsp;</TD><TD width=90% >&nbsp;</TD></TR><TR><TD width=10% ><IMG SRC="Images/emailBtn.jpg"></TD><TD width=90% align=left><a href="mailto:ct@heveco.ro" style="FONT-FAMILY:verdana;FONT-SIZE:8pt;COLOR:#005E31" ><B>ct@heveco.ro</B></a></TD></TR><TR><TD width=10% ><IMG SRC="Images/telefon.jpg"></TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000">+40 (0) 723 290 237</TD></TR><TR><TD width=10% ><IMG SRC="Images/fax.jpg">';
		contact=contact+'</TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000">+40 (0) 244 596 523 </TD></TR><TR><TD width=10% >&nbsp;</TD><TD width=90% >&nbsp;</TD></TR><TR><TD width=10% ><IMG SRC="Images/info.jpg"></TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000">30 pictor barbu iscovescu street district 1; bucharest </TD></TR><TR><TD width=10% >&nbsp;</TD><TD width=90% align=left style="FONT-FAMILY:verdana;FONT-SIZE:7pt;COLOR:#000000">011938; romania; Phone / Fax: +40 (0)723 29 02 37</TD></TR></table></TD><TD width=50%><IMG SRC="Images/hevecoHome.jpg"></TD></TR></table><BR>';
		contact=contact+'<IFRAME align=left SRC="sendMail.php" WIDTH=650 HEIGHT=550 frameborder=0 ></IFRAME>';
		document.getElementById('mainDIV').innerHTML=contact;
		document.title='HEVECO srl - contact';
	}
	if (obj==12)
	{
		disclimer='<table class="contentTable" border=0><tbody><tr><td class="contentTD" width="100%">disclaimer</td><td width="100%" align="right"><a title="PDF" onmouseover="this.style.cursor=&#39pointer&#39" onclick="window.open(&#39Downloads/CATALOGHEVECO.pdf&#39,&#39_self&#39)" ><img src="Images/pdfBtn.jpg" alt="PDF" name="PDF" align="middle" border="0"></a></td><td width="100%" align="right"><a title="Print" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="window.print();" ><img src="Images/printBtn.jpg" alt="Print" name="Print" align="middle" border="0">';
		disclimer=disclimer+'</a></td><td width="100%" align="right"><a title="E-mail" onmouseover="this.style.cursor=&#39pointer&#39"  onclick="javascript:sendMessage();" ><img src="Images/emailBtn.jpg" alt="E-mail" name="E-mail" align="middle" border="0"></a></td></tr></tbody></table><table width=90% border=0 align=center ><TR><TD><IMG SRC="Images/disclaimer.jpg"></TD></TR></table><table width=90% border=0 align=center STYLE="FONT-FAMILY:Verdana;FONT-SIZE:8pt" ><TR><TD align=left>Disclaimer of Liability';
		disclimer=disclimer+'</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left>Content</TD>';
		disclimer=disclimer+'</TR><TR><TD align=left>The content of this website has been carefully prepared and reviewed. However, HEVECO does not guarantee the accuracy, completeness or quality of the information provided, or that it is up-to-date. Liability claims against HEVECO in respect of material or immaterial damage caused by the use or non-use of the information offered or by inaccurate or incomplete information are in principle ruled out provided that there is no provable culpable intent or gross negligence on the company’s part.</TD></TR><TR><TD align=left>	&nbsp;</TD></TR><TR><TD align=left><B>HEVECO</B> expressly reserves the right to alter, amend or delete parts of the site or the entire offering, or to cease publication, without prior notice.</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left>Links</TD></TR><TR><TD align=left>Where <B>HEVECO</B> provides direct or indirect references (i.e. links) to external websites, it is liable only if the company has precise knowledge ';
		disclimer=disclimer+'of the content and if it is technically possible and reasonable for it to prevent use in the event that they contain unlawful content.</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left><B>HEVECO</B> hereby expressly states that the linked websites had no illegal content when the links were set up. It has no influence whatsoever on the current and future design of the linked sites and hereby distances itself expressly from any alterations to the content that were made after the links to those sites were set up.</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left><B>HEVECO</B> is not responsible for the content, availability, correctness or accuracy of the linked sites or of the offerings, links or advertisements therein. It is not liable for illegal, incorrect or incomplete content or in particular for damages arising from the use or non-use of the information provided on linked sites.</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left>';
		disclimer=disclimer+'Copyright</TD></TR><TR><TD align=left>In all publications, <B>HEVECO</B> endeavours to comply with applicable copyrights. If, in spite of this, an infringement of copyright should occur, HEVECO will after notification remove the relevant object from its publication or indicate the appropriate copyright. All brand names and trademarks mentioned within the Internet offering that are possibly protected by third parties are without limitation subject to the provisions of the law on trademarks and related signs and the property rights of the registered owners. The mere fact that they have been mentioned should not be taken to mean that trademarks are not protected by third-party rights.</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left><B>HEVECO</B> holds sole copyright to the company’s own content at the www.heveco.ro domain. Reproduction of graphics or texts in other electronic or printed publications is not permitted without the company’s express consent.';
		disclimer=disclimer+'</TD></TR><TR><TD align=left>&nbsp;</TD></TR><TR><TD align=left>Legal validity</TD></TR><TR><TD align=left>This disclaimer of liability is to be regarded as part of the Internet offering from which you were referred to this page. Should parts or individual forms of wording in this text not, no longer or not fully comply with applicable law, this does not affect the content or validity of the remaining parts of the document.</TD></TR><TR><TD align=left>&nbsp;</TD></TR></table>';
		document.getElementById('mainDIV').innerHTML=disclimer;
		document.title='HEVECO srl - disclaimer';
	}

}
function sendMessage()
{
	window.open('sendMessage.php','sendMessage', 'width = 400, height = 300');
}