﻿function MM_openBrWindow_lc(theURL,winName,features,location) { //v2.0
  var width=screen.width;
  var height=screen.height;
//  features="'status=1,toolbar=1,location=1,menubar=1,scrollbars=1,resizable=1,width="+width+",height="+height+"'";
  theURL='lc.php?_plt='+location+'&_plu='+theURL;
  window.open(theURL,winName,features);
}
