<!--//
function folio_over(domID) {
	var e = document.getElementById(domID).style;
	e.cursor="pointer";
	e.color = "#E4D8CB";
}
function folio_out(domID) {
	var e = document.getElementById(domID).style;
	e.color = "#EF8C24";
}
function link_folio(domID) {
	if(domID == 'egt1') window.location.href = "featured_project.php";
	if(domID == 'egt2') window.location.href = "featured_project_II.php";
	if(domID == 'egt3') window.location.href = "featured_project_III.php";
}
function link_page(pageURL) {
	window.location.href = pageURL;
}

//src_img = new Image();
//src_img.src = "http://www.utopialandscapedesign.com.au/search/update.php?url="+escape(document.location);

function popDetailImg(URL, thisTitle, topLevel){
   if(topLevel == 0) {
   	document.open('../images/ideas/imgDetail.php?url='+URL+'&title='+thisTitle, 'replace', 'width=800,height=720,menubar=no,status=no');
   } else {
   	document.open('images/ideas/imgDetail.php?url='+URL+'&title='+thisTitle, 'replace', 'width=800,height=720,menubar=no,status=no');
   }
}
//-->