function popup(url, wname, width, height)
{
	var pw = window.open(url, wname, ' statusbar=no,menubar=no,scrollbars=no,width='+  width + ',height='+ height);
	pw.focus();
}

	