
var mode = mode;
var type = type;
var id = id;
var path = path;
var flag = backColor.indexOf('#');
if(flag == 0)
{
	backColorTemp = backColor.split("#");
	backColor = backColorTemp[1];
}
var widthValue = widthValue;
var heightValue = heightValue;
var FontFace = FontFace;
var FontSize = FontSize;
var FontColor = FontColor;

var ListingFontFace = ListingFontFace;
var ListingFontSize = ListingFontSize;
var ListingFontColor = ListingFontColor;
var autoScroll = autoScroll;
if(typeof autoScroll == 'undefined')
{
    var autoScroll="auto";
}
else
{
    if(autoScroll==null || autoScroll=="")
	{
      var autoScroll="auto";
    }
}

document.write('<style type="text/css">body {background-color: transparent} </style>')
document.write('<iframe name="KYBFrame" id="KYBFrame"  src="http://www.apnaloan.com/WebKYBFrame.php?mode='+mode+'&backColor='+backColor+'&type='+type+'&id='+id+'&path='+path+'&FontFace='+FontFace+'&FontSize='+FontSize+'&FontColor='+FontColor+'&widthValue='+widthValue+'&heightValue='+heightValue+'&ListingFontFace='+ListingFontFace+'&ListingFontSize='+ListingFontSize+'&ListingFontColor='+ListingFontColor+' " scrolling="'+autoScroll+'" frameborder="0"  width="'+widthValue+'" height="'+heightValue+'"allowtransparency="true" background-color="transparent"></iframe>');
//document.write('</div>')



