function openDhtml(Filename,ElType,width,height)
{
	var params="width="+width+"px,height="+height+"px,center=1,resize=0,scrolling=0";
	emailwindow=dhtmlmodal.open('DhtmlId', ElType, Filename, 'Dhtmlpage',params )
}
	
function closeDhtml(Id)
{
	dhtmlmodal.forceclose(document.getElementById('EmailBox'));
}

function opennormalDhtml(Filename,ElType,width,height)
{
	var params="width="+width+"px,height="+height+"px,center=1,resize=0,scrolling=0";
	emailwindow=dhtmlmodal.open('DhtmlId', ElType, Filename, 'Dhtmlpage',params )
}