
function showPA (url){
  popup = window.open(url, "product_attribute", "width=440,height=400,left=100,top=200");
  popup.focus();
}
