// JavaScript Document

function openPopUp(url,target,attributes) 
	{
		popup = window.open(url,target,attributes);
							}