
function testParent(){
if (top == self) {top.location.href='index.htm'; }
} 

function gotopages(url1,url2){
	parent.menu.location.href=url1;parent.main.location.href=url2;
	}
