function open_smallwindow(url) {
	mywin = window.open(url,"small",'width=500,height=500,menubar=0,resizable=0,location=0,status=0,scrollbars=1');
}

