

function popup(link, name, width, height, scroll) {
	window.open(link, name, "height="+height +",width="+width+",left=0,top=0,scrollbars="+scroll+",resizable=no,status=0,menubar=no,toolbar=no,titlebar=no")
}

