	function openPopUp (url, name, width, height) {
		pop = window.open(url,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copy,history=no,top=0,left=0,width=' + width + ',height=' + height);
	}
