page = {};
 
page.xcn = function()
 {
  splash_screen.show('<iframe src="./website/xcn.html" width="550" height="420"></iframe>', 552, 420);
 }
 
page.proelektro = function()
 {
  splash_screen.show('<iframe src="./website/proelektro.html" width="550" height="420"></iframe>', 552, 420);
 } 
 

