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 += "[img]http://i44.tinypic.com/1688qc7.jpg[/img]\n";
txt += "[code]";
txt += document.getElementById("info").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss1").value != ""){
txt = "";
txt += "[img]http://i41.tinypic.com/vwqx3d.jpg[/img]\n";
txt += "[img]";
txt += document.getElementById("ss1").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss2").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss2").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss3").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss3").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss4").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss4").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss5").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss5").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss6").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss6").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss7").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss7").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss8").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss8").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("ss9").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss9").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss10").value != ""){
txt = "";
txt += "[img]";
txt += document.getElementById("ss10").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}
	
if (document.getElementById("imdb").value != ""){
txt = "";
txt += "[img]http://i30.tinypic.com/296jfv5.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 += "[img]http://i41.tinypic.com/11gspj8.jpg[/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://i41.tinypic.com/bhhlk8.jpg[/img]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;}
}