//<script language="JavaScript">
function rollover(imgid,imgsrc)
					{
						eval("document.images['"+imgid+"'].src='"+imgsrc+"'")
					}
					
					
function OpenCBmanager() {
                        // nb IE6 requires more height
						var iHeight = 250;
						var iWidth = 290;
						var iScreenHeight = window.screen.availHeight;
						var iScreenWidth = window.screen.availWidth;
						var iLeft = eval(iScreenWidth * 0.45);
						var iTop = eval(iScreenHeight * 0.4);		
						strFeatures = 'dialogHeight:' + iHeight + 'px;dialogWidth:' + iWidth + 'px;dialogLeft:' + iLeft + 'px;'
										+ 'dialogTop:' + iTop + 'px;center:no;help:no;resizable:no;scroll:no;status:no;';

						var objDialog = window.showModelessDialog('../_admintools/bespoke/Page_commonsnews.asp', null, strFeatures);
					}
					
					
//</script>