//created and copyright by disjo.nl, 2006
//free to use with virtual tours created by disjo.nl
//all other use is prohibited
//it's also prohibited to remove and/or change the copyright-notice or change the contents of this file

function CreateVtour(COPYRIGHT, BASE, ARCHIVE, CODE, NAME, WIDTH, HEIGHT, HSPACE, VSPACE, MAY, INIFILE, BGC, BGC2, BGC3, WAITING, ARCH, ITEMNUM, COLO, COLO2, COLO3, BOUNDS, BOUNDS2, BOUNDS3, BOUNDS4, APPNAME)
{
document.write('<!--Begin: ' + COPYRIGHT + '-->\n');
document.write('<applet\n');
document.write('codebase  = ' + BASE + '\n');
document.write('archive   = ' + ARCHIVE + '\n');
document.write('code      = ' + CODE + '\n');
document.write('name      = ' + NAME + '\n');
document.write('width     = "' + WIDTH + '"\n');
document.write('height    = "' + HEIGHT + '"\n');
document.write('hspace    = "' + HSPACE + '"\n');
document.write('vspace    = "' + VSPACE + '"\n');
document.write('mayscript = ' + MAY + '\n');
document.write('>\n');
document.write('<PARAM name = iniFile value = ' + INIFILE + '>\n');
document.write('<PARAM name = skin.bgcolor value = "' + BGC + ', ' + BGC2 + ', ' + BGC3 + '">\n');
document.write('<PARAM name = skin.waitingimg value = ' + WAITING + '>\n');
document.write('<PARAM name = skin.archive value = ' + ARCH + '>\n');
document.write('<PARAM name = skin.archive.itemnum value = "' + ITEMNUM + '">\n');
document.write('<PARAM name = progress.color value = "' + COLO + ', ' + COLO2 + ', ' + COLO3 + '">\n');
document.write('<PARAM name = progress.bounds value = "' + BOUNDS + ', ' + BOUNDS2 + ', ' + BOUNDS3 + ', ' + BOUNDS4 + '">\n');
document.write('<PARAM name = comappletname value = ' + APPNAME + '>\n');
document.write('</applet>\n');
document.write('<!--End: ' + COPYRIGHT + '-->\n');
}
