var Url = "http://www.marinaajans.com/gadget/";

function Comp(dwm,nm,w,h) {
	document.write('<iframe style="background:#FFF" src="'+Url+''+nm+'/'+nm+'.php?thm='+dwm+'&w='+w+'&h='+h+'" scrolling="0" width="'+w+'" height="'+h+'" frameborder="0"></iframe>');

}
function Comp2(dwm,nm,w,h) {
	document.write('<iframe style="background:#FFF" src="'+Url+''+nm+'/'+nm+'2.php?thm='+dwm+'&w='+w+'&h='+h+'" scrolling="0" width="'+w+'" height="'+h+'" frameborder="0"></iframe>');

}
function Comp2b(dwm,nm,w,h,b) {
	document.write('<iframe style="background:'+b+'" src="'+Url+''+nm+'/'+nm+'2.php?thm='+dwm+'&w='+w+'&h='+h+'" scrolling="0" width="'+w+'" height="'+h+'" frameborder="0"></iframe>');

}
