﻿function ContainerControlConfig(sPath){

var r ;
r=window.showModalDialog(sPath, null, 'dialogWidth:820px; diaglogHeight:500px, center:yes');
return true;

}


