<!-- 
function displayhtml600x600(filename)
{
   window.open(filename, '', 'width=600,height=600,location=no,toolbar=no,scrollbars=yes');
}
// -->

<!-- 
function displayhtml700x536(filename)
{
   window.open(filename, '', 'width=700,height=536,location=no,toolbar=no,scrollbars=no');
}
// -->