var page_title_1 = "home";
var page_title_2 = "profile";
var page_title_3 = "services";
var page_title_4 = "customer portfolio";
var page_title_5 = "project profiles";
var page_title_6 = "documentation";
var page_title_7 = "contact details";

var page_title_error = "page not found";

function populate_flash(page_title){
	
	if (page_title == "")
		page_title = "error";
	
	window.document.navigation.SetVariable("title_var", this["page_title_" + page_title]);
	
}

function project(id){
	window.open("projects.php?id="+id,null,"height=600,width=570,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}

function news(id){
	window.open("news.php?id="+id,null,"height=600,width=570,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}
