function multilink(page1, page2) {
	parent.chill_links.location.href=page1;
	parent.chill_main.location.href=page2;
}