function openwin(url){
	window.open(url, "window_name", "width=600,height=650,scrollbars=yes,resizable=yes");
}
