function createTarget(t){
window.open("", t, "width=240,height=270");
return true;
}