function popup(url, width, height)
{
 	var popWin = window.open(url,'ipm_popup','width='+width+',height='+height+',resizable=1, scrollbars=no, menubar=no');
	popWin.focus();
}