function new_window(name)
{
var big_w = window.open(name,'gallery','top=15, left=20, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=1, resizable=1, width=650, height=600');
}