function openWindow(url) {
		window.open(url,'mywindow')
}