﻿//  Popup Window
function OpenWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

//  Popup Window with same features
function Gallery()
{
window.open("/Style Library/ar-sa/includes/MGallery.htm","Gal","top=150,left=250,width=450,height=400,scrollbars=1");
}


