function openwind(path,ht, wt, tp, lf)
{
wind=open(path,"x","scrollbars=no,status=no,height=" + ht + ",width=" + wt + ",top=" + tp + "left=" + lf ); 

}


 