function add_window(add)
{
	window.open(add, '', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,left=0,top=0');
}
