function openWindow (link) {
	win2 = window.open(link,'Window1','width=900,height=800,resizable,scrollbars');
	win2.window.focus();
}