
function SetCurrentFrameInWindow(){
				 if (parent.frames[1]) 
				 top.window.location=self.location; 
}

function SetLoginFocusToUsername(){
				 if(frmlogin.txtUserName)
				  frmlogin.txtUserName.focus();
}

function OpenWindow(StrName)
{
	MyWin = open('opthelptext.aspx?id='+StrName,'win','scrollbars=yes,status=no,width=260,height=340,resizable=yes');
}

function OpenEditWindow()
{
 MyWin = open('edittext.aspx','win','scrollbars=no,status=no,width=720,height=240,resizable=yes');
 return false;
}

function FillContent(elementname){
txtContent.Value = window.opener.document.forms(0).elementname.value;
}
