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://karadenizliyizbiz.com/images/konular/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://karadenizliyizbiz.com/images/konular/gor.png[/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]http://karadenizliyizbiz.com/images/konular/gor.png[/IMG]\n";
txt += "[img]";
txt += document.getElementById("ss2").value;
txt += "[/img]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("ss3").value != ""){
txt = "";
txt += "[IMG]http://karadenizliyizbiz.com/images/konular/gor.png[/IMG]\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://karadenizliyizbiz.com/images/konular/cod.png[/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://karadenizliyizbiz.com/images/konular/indir.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://karadenizliyizbiz.com/images/konular/sifre.png[/IMG]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;
}}