function generate(albumId, nrLine) {
	if (!nrLine)
		nrLine = "";
	document.write('<iframe id="i'+albumId+'" allowtransparency="true" style="width:550px; border:0px; background-color:transparent; height: 99%; rameborder="0" src="http://albuns.mwmdev.com/config/generate.php?albumId='+albumId+'&nrLine='+nrLine+'"></iframe>');
}