// JavaScript Document

function loadPage(width, height, image)
{
   styler.styleChild('width', width + 'px', 'ctitle', 'h2');
   styler.styleChild('height', height + 'px', 'ctitle', 'h2');
   styler.styleChild('background', 'url(../images/' + image + ') no-repeat', 'ctitle', 'h2');	
}

