// JavaScript Document
var page_title_1="Profile";
var page_title_2="News";
var page_title_3="Activities";
var page_title_4="Management";
var page_title_5="Client List";
var page_title_6="Projects";
var page_title_7="Documentation";
var page_title_8="How to find us";
var page_title_9="Contact";


function title(){
	window.document.write('<title>:: Alexander & Law ::</title>');
}

function detect_and_embed(page_title){
	window.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="410" height="429" id="navigation">');
	window.document.write('<param name="movie" value="images/navigation.swf">');
	window.document.write('<param name=FlashVars value="title_var=' + this["page_title_" + page_title] + '">');
	window.document.write('<param name=quality value=high>');
	window.document.write('<embed src="images/navigation.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="410" height="429"></embed>');
	window.document.write('</object>');
}