function hxywg()
{
var txt = "";
document.getElementById("hxygen").value = "";

if (document.getElementById("title").value != ""){
txt += "[SIZE=\"3\"][b][color=red]";
txt += document.getElementById("title").value; 
txt += "[/color\][/b][/SIZE]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("info").value != ""){
txt = "";
txt += "[img]http://www.mekandivx.com/images/aciklama.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://www.mekandivx.com/images/on_izleme.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://www.mekandivx.com/images/on_izleme.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://www.mekandivx.com/images/on_izleme.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://www.mekandivx.com/images/demo.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("title").value != ""){
txt = "";
txt += "[img]http://www.mekandivx.com/images/kurulum.png[/img]\n";
txt += "[b]";
txt += document.getElementById("title").value; 
txt += "[/b]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("downlinks").value != ""){
txt = "";
txt += "[img]http://www.mekandivx.com/images/download.png[/img]\n";
txt += "[HIDE-REPLY][CODE]";
txt += document.getElementById("downlinks").value;
txt += "[/CODE][/HIDE-REPLY]\n\n";
document.getElementById("hxygen").value += txt;}

if (document.getElementById("pass").value != ""){
txt = "";
txt += "[img]http://www.mekandivx.com/images/sifre.png[/img]\n";
txt += "[code]";
txt += document.getElementById("pass").value;
txt += "[/code]\n\n";
document.getElementById("hxygen").value += txt;
}}