function popup(src,width,height) {
var w='menubar=no,location=no,scrollbars=no,status=yes,titlebar=yes,toolbar=no,resizable=no,width='+(width)+',height='+(height)+',top=30'+',left=100';
nw=window.open(src,'popup',w);
nw.focus();
return nw;
}
		