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://forum-arab.com/vb/images/info.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://forum-arab.com/vb/images/screen.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://forum-arab.com/vb/images/download.png[/img]\n";
txt += "[code]";
txt += document.getElementById("downlinks").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("pass").value != ""){
txt = "";
txt += "[img]http://forum-arab.com/vb/images/password.png[/img]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;
}}