﻿// JScript File
function openBestModeratorForm(strCap,editOpt,edit)
	{   document.getElementById("txtLogout").value = "0"
	    var url='frmbestmoderator.aspx?edit=0'
	    if(edit) url='frmbestmoderator.aspx?edit=1'
	    
	    if (editOpt==1)
		objLogin=dhtmlmodal.open('BestModerator', 'iframe', url, strCap, 'width=400px,height=260px,center=1,resize=0,scrolling=0,frameborder=0')
		else
		objLogin=dhtmlmodal.open('BestModerator', 'iframe', url, strCap, 'width=400px,height=150px,center=1,resize=0,scrolling=0,frameborder=0')
		objLogin.onclose=function()
			{	 
			    return true;
			}
	}
