function EditFlashGal(hProperty,sVoyagerPath,sPageGroup) 
 {  
 //var str = '" + sVoyagerPath + "ctm_FlashGallery.asp?hmy='+ hProperty +'&E=1&F.sPage=" + sPageGroup + "'; 
  var str =  sVoyagerPath + "ctm_FlashGallery.asp?hmy="+ hProperty +"&E=1&F.sPage=" + sPageGroup; 
  window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=no,height=560,width=860,left=20,top=50,alwaysraised=yes'); 
} 

function EditImage(sVoyagerPath,Wt,Ht,PgImgHMY,iType,ImgHMY,hProperty,hPage,hTemplate) 
{	var str = sVoyagerPath + "ctm_DocManager.aspx?E=1&w="+ Wt + "&h=" + Ht + "&PgImgHMY=" + PgImgHMY + "&Eitype=" + iType + "&DocImgHMY=" + ImgHMY + "&HMY=" + hProperty + "&hPage=" + hPage + "&hTemplate=" + hTemplate ; 
	window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=yes,height=500,width=860,left=20,top=50,alwaysraised=yes'); 
} 
 
function EditPhotoGal(hProperty,sVoyagerPath) 
{
var str = sVoyagerPath + "ctm_PhotoGallery.asp?hmy="+ hProperty + "&E=1";
window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=no,height=560,width=860,left=20,top=50,alwaysraised=yes');
}

function EditSection(hSection,sVoyagerPath)
{
var str = sVoyagerPath + "ctm_PortalEdit_Section.asp?iFunction=0&hMy=" + hSection;
window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=no,height=500,width=760,left=20,top=50,alwaysraised=yes');
}

function ApproveSection(hSection,sVoyagerPath)
{
var str = sVoyagerPath & "ctm_PortalEditApp_Section.asp?iFunction=0&hMy=" + hSection;
window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=no,height=500,width=760,left=20,top=50,alwaysraised=yes');
}

function EditMenuFn(hPageGroup,hMenuset,hProperty,sVoyagerPath)
{
var str = sVoyagerPath + "ctm_DocMgr_ReviewMenu.asp?hPageGroup=" + hPageGroup + "&hmenuset=" + hMenuset + "&HMY="+ hProperty;
window.open(str,'SectionWindow','toolbar=no,status=yes,resizable=yes,location=no,scrollbars=no,height=500,width=860,left=20,top=50,alwaysraised=yes');
}