function openContacts() {
	window.open('contacts.html','CONTACTS','width=400,height=350,scrollbars=no,resizable=no,status=no');
	newWindow.focus();
	void(0);
}
function openNotes() {
	window.open('notes.html','NOTES','width=400,height=350,scrollbars=no,resizable=no,status=no');
	newWindow.focus();
	void(0);
}