function new_window(w)
{
var big_w = window.open(w,'pencroft','top=30, left=40, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, width=400, height=260');
}
