function pageSubmit(value) {
	if (value != 'home.htm') {
		window.open(value,"Investments","location=1,status=1,scrollbars=1,resizable=1,menubar=1");
	}
	self.close();
}