//code for special remarks

function special_stuff(url_src){


  var new_win = window.open(url_src,'special_window', 'height=250, width=300, top=200, left=200, toolbar=0, status=0');

}
