function commento(str) {

//        searchWin = window.open(str,'commento','scrollbars=no,resizable=1,width=400,height=430 status=no,location=no,toolbar=no, scrollbars=1');

//        searchWin.refer = self;

newwindow=window.open(str,'commento','scrollbars=no,resizable=1,width=400,height=430 status=no,location=no,toolbar=no, scrollbars=1');
newwindow.creator=self

}


