// setting the settings :P
iframe = '<iframe src="http://www.fly4.ro/affiliates/affiliates_form.php';
iframe += '?External_Affiliate='+External_Affiliate;
iframe += '&affCode='+affCode;
iframe += '&bgColor='+bgColor;
iframe += '&textColor='+textColor;
iframe += '&borderColor='+borderColor;
iframe += '&linkNormalColor='+linkNormalColor;
iframe += '&linkHoverColor='+linkHoverColor;
iframe += '&linkNormalDeco='+linkNormalDeco;
iframe += '&linkHoverDeco='+linkHoverDeco;
iframe += '&rowHoverBgColor1='+rowHoverBgColor1;
iframe += '&rowHoverBgColor2='+rowHoverBgColor2;
iframe += '&fieldsBorderColor='+fieldsBorderColor;
iframe += '&btnNormalTextColor='+btnNormalTextColor;
iframe += '&btnNormalBgColor='+btnNormalBgColor;
iframe += '&btnNormalBorderColor='+btnNormalBorderColor;
iframe += '&btnHoverTextColor='+btnHoverTextColor;
iframe += '&btnHoverBgColor='+btnHoverBgColor;
iframe += '&btnHoverBorderColor='+btnHoverBorderColor;
iframe += '" width="300" height="310" frameborder="0" scrolling="no"></iframe>';
document.write(iframe);
