function l(url) {
	var load = window.open(url,'','scrollbars=yes,menubar=no,height=500,width=500,resizable=yes,toolbar=no,location=no,status=no');
}