function CMS_openPopUpPage(href,id,width,height)
{if(href!=""){pagePopupWin=window.open(href,'CMS_page_'+id,'width='+width+',height='+height+',resizable=yes,menubar=no,toolbar=no,scrollbars=yes,status=no,left=0,top=0');}}
function CMS_openPopUpImage(href)
{if(href!=""){pagePopupWin=window.open(href+'&popup=true',"popup","width=20,height=20,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,status=no,left=0,top=0");}}
if(typeof openWindow!='function'){function openWindow(url,name,w,h,r,s,m,left,top){popupWin=window.open(url,name,'width='+w+',height='+h+',resizable='+r+s+',menubar='+m+',left='+left+',top='+top);}}
