﻿var popxx2 = null;
function pop2(url, top, left, height,width, scroll, resize) {
  popxx2 = window.open(url,"xx2",'top=' + top + ',left=' + left + ',width='+ width + ',height=' + height + ',status=no,scrollbars=' + scroll  +',resizable=' + resize);
  popxx2.focus();
  return false;
}
function extlink(url,label) {
  xwin = window.open('../inc/popextlink.aspx?url='+url+((label)?('&label='+label):''),'xxe','top=50,left=50,width=620,height=320,status=no,scrollbars=no,resizable=yes');
  xwin.focus();
}

function extlinkhome(url,label) {
  xwin = window.open('inc/popextlink.aspx?url='+url+((label)?('&label='+label):''),'xxe','top=50,left=50,width=620,height=320,status=no,scrollbars=no,resizable=yes');
  xwin.focus();
}
