function textCounter(field, countfield, maxlimit){
  if (field.value.length > maxlimit)
  field.value = field.value.substring(0, maxlimit);}

function imageviewer(property,image){imagewin=window.open('imageviewer.php?property='+property+'&img_num='+image,'ImageViewer','width=500,height=425,top=100,left=100');
setTimeout("imagewin.focus();",10);}

function imageviewerp(image){imagewin=window.open('imageviewer.php?&img_num='+image,'ImageViewer','width=500,height=425,top=100,left=100');
setTimeout("imagewin.focus();",10);}

function imageviewer_p(image){imagewin=window.open('imageviewer.php?&img_num='+image,'ImageViewer','width=620,height=515,top=100,left=100');
setTimeout("imagewin.focus();",10);}