function open_new_window(url)
{ 
new_window = window.open(url,'community','toolbar=0,menubar=0,resizable=0,scrollbars=0,dependent=1,status=1,width=610,height=365,left=25,top=25')
}