function showPopup(url) {
	newwindow=window.open(url,'name','height=900,width=650,top=50,left=50,scrollbars');
	if (window.focus) {newwindow.focus()}
}

	
