function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function mouseOut()
{
var contentID = document.getElementById('content').value;
MM_openBrWindow('webgen.aspx?pageID=241&objectID=' + contentID + '' , '' , 'scrollbars=yes,width=671,height=600');}

