function openpopup(loc,w, h)
{
window.open(loc,"","width=" + w + ",height=" + h + ",toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,top=5,left=5");
}
