function winopen (title, src){
	window.open(src, title, 'width=800,height=600,menu=0,toolbar=0,status=0');
}