// JavaScript Document

function popup(URL, name, width, height, scrollbar) {
	window.open(URL,name,'width='+width+',height='+height+', scrollbars='+scrollbar+ ',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no')	
}
