function skelPopup(pageUrl) {
  window.open( pageUrl, "skelPop", "status=0, height=500, width=500, resizable=1, scrollbars=yes" );
}
function skelPopupImg(pageUrl) {
  window.open( pageUrl, "skelPopImg", "status=0, height=700, width=550, resizable=1, scrollbars=yes" );
}
