// JavaScript Document
function createTarget(t){
window.open("", t, "width=600,height=550");
return true;
}
<!-- open("URL","name","attributes") -->
