function SetLinkEMailSupport(ctrl)
{
   var s;
   s = "mailto";
   s += ":ldcsupport";
   s += "@crystalsrules";
   s += ".com";
   ctrl.href = s;

   return true;
}


function InitFrame(strTopFrame)
{
        parent.document.getElementById('frametop').src = strTopFrame;
	ResizeMainFrame();
	parent.document.getElementById('frametop').focus();
}


function ResizeMainFrame() 
{
        parent.document.getElementById('framemain').height = document.body.scrollHeight;
}