// JavaScript Document
function comment( url  ){
var name = "url";
url = url + '.html';
 navWindow=window.open( url , name ="big","width=700 ,height=580,scrollbars=yes,status=no");
navWindow.focus(); 
}