function open_thumbnail(x) {
 var w = window.open(x,"smallwin","width=500,height=350,status=no,resizable=no");
}
