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

