function OpenPopUp(url,target,attributes) 
{
  popup = window.open(url,target,attributes);
}