﻿function winopen(URLtoOpen){
w=window.open(URLtoOpen,"object","resizable=yes,menubar=yes,directories=yes,status=yes,location=yes,scrollbars=yes,toolbar=yes,width=660,height=700,left=0,top=0");
w.focus();
}