function social(target){
  LeftPosition = 0;
  TopPosition = (screen.height-523);
  var newwin = window.open(target, "new","scrollbars=0, resizable=1,width=300,height=473,top="+TopPosition+",left="+LeftPosition); 
}

