/* iframes funcion - life in motion */
function goSetHeight() {
	if (parent == window) return;
	else parent.setIframeHeight('ifrm');
}

function trocaURL(v){
	location.href = v;
	top.flashChangePage('technology');
}