function openWindow(url, title) {
	window.open(url, "", "width=500,height=600,left=100,top=100,scrollbars=yes");
}

