﻿function openWindow(url,name,options)
{
   ContextWindow = window.open(url,'',options);
   ContextWindow.focus();
   return false;
}
