function popupwin(url){

	window.open(url, "newwin", "width=650,height=500,scrollbars=yes");

}