function createTarget(t){
window.open("", t, "width=520,height=380,scrollbars");
return true;
}