function hxywg()
{
var txt = "";
document.getElementById("hxygen").value = "";

if (document.getElementById("title").value != ""){
txt += "[b][u][color=black]";
txt += document.getElementById("title").value; 
txt += "[/color\][/u][/b]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("mi").value != ""){
txt = "\[img\]";
txt += document.getElementById("mi").value; 
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("info").value != ""){
txt = "";
txt += "[img]http://i28.tinypic.com/2qtkghz.png[/img]\n";
txt += document.getElementById("info").value; 
txt += "\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss1").value != ""){
txt = "";
txt += "[img]http://i27.tinypic.com/ipoxm8.png[/img]\n";
txt += "[img]";
txt += document.getElementById("ss1").value;
txt += "[/img]";
document.getElementById("hxygen").value += txt;}


document.getElementById("hxygen").value += "\n";

if (document.getElementById("downlinks").value != ""){
txt = "";
txt += "[img]http://i27.tinypic.com/24mdv20.png[/img]\n";
txt += "[hide]";
txt += document.getElementById("downlinks").value;
txt += "[/hide]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("pass").value != ""){
txt = "";
txt += "[img]http://i25.tinypic.com/2hz2z5k.png[/img]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;
}}
