function popwindow(url,width,height,scrolling){
	popup = window.open(url,'_Blank','width=' + width + ',height=' + height + ',scrollbars=' + scrolling + ',resizable,toolbar=no,menubar=no,location=no');
}