function createTarget(t){
window.open("", t, "width=330,height=180,left=0,top=0");
return true;
}