function hxywg()
{
var txt = "";
document.getElementById("hxygen").value = "";

if (document.getElementById("title").value != ""){
txt += "[SIZE=\"5\"][b][u][color=red]";
txt += document.getElementById("title").value; 
txt += "[/color\][/u][/b][/SIZE]\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 += "[URL=http://imageshack.us][IMG]http://img220.imageshack.us/img220/5492/infocr3.png[/IMG][/URL]\n";
txt += document.getElementById("info").value; 
txt += "\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss1").value != ""){
txt = "";
txt += "[URL=http://imageshack.us][IMG]http://img212.imageshack.us/img212/515/screenvx3.png[/IMG][/URL]\n";
txt += "[img]";
txt += document.getElementById("ss1").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss2").value != ""){
txt = "";
txt += "[URL=http://imageshack.us][IMG]http://img212.imageshack.us/img212/515/screenvx3.png[/IMG][/URL]\n";
txt += "[img]";
txt += document.getElementById("ss2").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss3").value != ""){
txt = "";
txt += "[URL=http://imageshack.us][IMG]http://img212.imageshack.us/img212/515/screenvx3.png[/IMG][/URL]\n";
txt += "[img]";
txt += document.getElementById("ss3").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("imdb").value != ""){
txt = "";
txt += "[img]http://www.omfrm.com/images/code.gif[/img]\n";
txt += "[code]";
txt += document.getElementById("imdb").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;}

document.getElementById("hxygen").value += "\n";

if (document.getElementById("downlinks").value != ""){
txt = "";
txt += "[URL=http://imageshack.us][IMG]http://img220.imageshack.us/img220/3607/downloadyn7.png[/IMG][/URL]\n";
txt += "[code]";
txt += document.getElementById("downlinks").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("pass").value != ""){
txt = "";
txt += "[URL=http://imageshack.us][IMG]http://img220.imageshack.us/img220/6554/sifrenv7.png[/IMG][/URL]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;
}}