function showpopup(url) {
	newwindow=window.open(url,'name','height=600,width=620,left=40,top=200,scrollbars=1');
	if (window.focus) {newwindow.focus()}
	return false;
}
