var width=0;
var height=0;

if (type=="horizontal")
{
	resim="http://www.geldesatma.com:8080/geldesatma/resim/vitrin.gif";
	width ="688px";
	height ="135px";
}
else
{
	resim="http://www.geldesatma.com:8080/geldesatma/resim/vitrin_dikey.gif";
	width="160px";
	height="669px";
}
document.write('<if'+'rame' +
        						' name="geldesatma"' +
						        ' width="'+width+'"' +
						        ' height="'+height+'"' +
						        ' frameborder=0'+
						        ' src="' + 'http://www.geldesatma.com/entegrasyon.php?uid='+uid+'"'+ 
						        ' marginwidth="2"' +
						        ' marginheight="2"' +
						        ' vspace="0"' +
						        ' hspace="0"' +
						        '	style="background-image:url('+resim+');padding-top:27px;background-repeat:no-repeat;"' +
						        ' allowtransparency="true"' +
						        ' scrolling="no">');
document.write('</i'+'fr'+'ame>');