function checkAndSubmitForm(form){
for (var i=0;i
'+ttl+'');
writeln('');
writeln('function resizePopup() {');
writeln('width = document.images[0].width + 10; ');
writeln('height = document.images[0].height + 50; ');
writeln('window.resizeTo(width,height); ');
writeln('if (window.innerWidth) { window.innerWidth = width - 10; window.innerHeight = height - 30; }');
writeln('}');
writeln('');
writeln('')
writeln('