	function apri2(url,target,attributes) 
	{
		popup = window.open(url,target,attributes);//c
							popup.focus();
				}
