function gotourl(mainurl,bottomurl,topurl){
		parent.main.location = mainurl;
		parent.bottom.location = bottomurl;
		parent.topframe.location = topurl;
}