
if( parent == self ) location.href = "index.htm";

function changePage( num ){
	location.href = "services_nav" + num + ".htm";
	parent.servicecontent.location = "services" + num + ".htm";
}
