 function openWindow(url) {
	window.open(url, 'NewWindow' ,'width=800,height=600,status=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes');
}

