function createTarget(t){
window.open("", t, "width=570,height=470,left=280,top=80,scrollbars");
return true;
}