function new_window(w)
{
var big_w = window.open(w,'mir','top=15, left=20, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, width=315, height=340');
}
