function newWinCamp() { //v2.0
  newWin=window.open('campaign/index.html','WinCamp','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=850,height=505,left=0,top=0');
  newWin.focus();
}
