function callRegister()
{
 d = document.getElementById('itsaregisterdiv');
 d.style.border = '3px solid #0070C0';
 d.style.position = 'absolute';
 d.style.left = '120px';
 d.style.top = '120px';
 d.style.display = 'block';
 d.style.width = '754px';
 d.style.zIndex = 9999;
 d.innerHTML = '<div style="position:absolute; right:0px; top:-20px;"><a href="#" onclick="document.getElementById(\'itsaregisterdiv\').style.display = \'none\';"><img src="closebtn.gif" width="16" height="16" border="0" alt=""></a></div><iframe scrolling="auto" src="/community_info_intern.php" height="754" width="754"></iframe>';
 return false;
}

document.writeln('<div id="itsaregisterdiv" style="display:none; position:absolute; left:0px; top:0px;"></div>');