// JavaScript Document
function createTarget(t){
window.close("", t, "width=600,height=550");
return true;
}
