function openWindow(url) {
	newWindow = window.open(url,'_blank','HEIGHT=600,WIDTH=450,resizable=1,scrollbars=1');
}
