function __ws__(id){

document.write(id.text);id.id='';

};

function calcHeight()
{
//find the height of the internal page
var the_height=
document.getElementById('detail').contentWindow.
document.body.scrollHeight;

//change the height of the iframe
document.getElementById('detail').height=
the_height;
};
