function deskticker(tp) {
  namafile = "/v2/deskticker/index.htm?tp=" + tp;	
  window.open(namafile,"myDesk","height=300,width=350,screenX=500,toolbars=1,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0","myFDesk");
}
