function expandingWindow(website) {
	var wndProps='width=1050,height=800,scrollbars=yes,status=yes,resizable=yes,toolbar=yes'
	window.open(website, null, wndProps);
}