 
/*********************************
Javascript code
*********************************/
function OpenComments (c) {
window.open(c,
'comments',
'width=410,height=480,scrollbars=yes,status=yes');
}
function SendEntry (c) {
window.open(c,
'sendentry',
'height=480, width=410,scrollbars=yes,status=yes');
}