function show(id){
	document.getElementById('about_sub').style.display = "none";
	document.getElementById('services_sub').style.display = "none";
	document.getElementById(id).style.display = document.getElementById(id).style.display == "block" ? "none":"block";
	//document.getElementById(id).onmouseout = function (){ setTimeout("document.getElementById('"+id+"').style.display = 'none'", 2500); };
	//time_out(id);
}
function time_out(){
	document.getElementById('about_sub').style.display = "none";
	document.getElementById('services_sub').style.display = "none";
}

function close_nav (){
	
}

function InsertFlashMovie() {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="949" height="340"><param name="wmode" value="transparent" /><param name="movie" value="flash/tempcfo_header_02.swf"><param name="quality" value="high"><EMBED SRC="flash/tempcfo_header_02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  WIDTH="949" HEIGHT="340" WMODE="TRANSPARENT" MENU="FALSE" BGCOLOR="WHITE"></EMBED></object>');
  
}
function InsertFlashMovie2() {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="252" height="138"><param name="wmode" value="transparent" /><param name="movie" value="flash/tempcfo_clients_01.swf"><param name="quality" value="high"><EMBED SRC="flash/tempcfo_clients_01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  WIDTH="252" HEIGHT="138" WMODE="TRANSPARENT" MENU="FALSE" BGCOLOR="WHITE"></EMBED></object>');
}

function InsertFlashMovie3() {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="949" height="310"><param name="wmode" value="transparent" /><param name="movie" value="flash/tempcfo_header_04.swf"><param name="quality" value="high"><EMBED SRC="flash/tempcfo_header_04.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"  WIDTH="949" HEIGHT="310" WMODE="TRANSPARENT" MENU="FALSE" BGCOLOR="WHITE"></EMBED></object>'); 
}

function show_resume_form (){
	document.getElementById('resume_form').style.display = "block";
}

function toggle(id){
	
			document.getElementById(id).style.display = document.getElementById(id).style.display == 'block'?'none':'block'; 	
}