function popup(strURL, strName, intWidth, intHeight){
	var ret = window.open(strURL, strName, "menubar=no,toolbar=no,resizable=no,scrollbars=no,width="+intWidth+",height="+intHeight);
}
