﻿
function PopupProduct(theURL) { 
  window.open('/static/popup/'+theURL,'Product','status=yes,width=600,height=630');
}

function OpenPopup(theURL,winName,features) {
  window.open(theURL,winName,features);
}

