/**
 * Tvujtest.cz - JavaScript test export
 */
 
// configuration
var color = 'green';
var bgcolor = 'white';
var height = 520;
var width = 340;
var stylesheet = '';


var url = 'http://tvujtest.cz/pocitace-a-technika/hardware/pc/export/web?width='+width+'&height='+height+'&color='+color+'&bgcolor='+bgcolor+'&stylesheet='+stylesheet;


// HTML data
var htmlData = '<iframe  width="'+width+'" height="'+height+'" frameborder="0" scrolling="no" style="background: transparent;" src="'+url+'"></iframe>';

// output iframe with test
document.write(htmlData);
