function postToPopup(f,decorations) {
    
    var targetWindow = window.open("","formWindow",decorations);
    return true;
}
