function initTemplatePreview() {
new TemplatePreview('logo_preview1', {
  title:  '',
  src:    'images/design/logo.gif',
  width:  291,
  height: 233});
new TemplatePreview('logo_preview2', {
  title:  '',
  src:    'images/design/logo-(1).gif',
  width:  291,
  height: 233});
new TemplatePreview('logo_preview3', {
  title:  '',
  src:    'images/design/logo-(2).gif',
  width:  291,
  height: 182});

new TemplatePreview('logo_preview4', {
  title:  '',
  src:    'images/design/logo-(3).gif',
  width:  291,
  height: 172});

new TemplatePreview('logo_preview5', {
  title:  '',
  src:    'images/design/logo-(4).gif',
  width:  291,
  height: 223});

new TemplatePreview('logo_preview6', {
  title:  '',
  src:    'images/design/logo-(5).gif',
  width:  291,
  height: 337});

new TemplatePreview('logo_preview7', {
  title:  '',
  src:    'images/design/logo-(6).gif',
  width:  291,
  height: 293});

new TemplatePreview('logo_preview8', {
  title:  '',
  src:    'images/design/logo-(7).gif',
  width:  291,
  height: 291});

new TemplatePreview('logo_preview9', {
  title:  '',
  src:    'images/design/logo-(8).gif',
  width:  291,
  height: 260});

new TemplatePreview('logo_preview10', {
  title:  '',
  src:    'images/design/logo-(9).gif',
  width:  291,
  height: 161});

new TemplatePreview('logo_preview11', {
  title:  '',
  src:    'images/design/logo-(10).gif',
  width:  291,
  height: 141});

new TemplatePreview('logo_preview12', {
  title:  '',
  src:    'images/design/logo-(11).gif',
  width:  291,
  height: 291});

new TemplatePreview('logo_preview13', {
  title:  '',
  src:    'images/design/logo-(12).gif',
  width:  291,
  height: 291});

new TemplatePreview('logo_preview14', {
  title:  '',
  src:    'images/design/logo-(13).gif',
  width:  291,
  height: 291});

new TemplatePreview('logo_preview15', {
  title:  '',
  src:    'images/design/logo-(14).gif',
  width:  291,
  height: 204});

new TemplatePreview('logo_preview16', {
  title:  '',
  src:    'images/design/logo-(15).jpg',
  width:  500,
  height: 255});
new TemplatePreview('logo_preview17', {
  title:  '',
  src:    'images/design/logo-(16).jpg',
  width:  500,
  height: 255});

/*template*/
new TemplatePreview('design_preview1', {
  title:  '',
  src:    'images/design/template.jpg',
  width:  500,
  height: 375});
new TemplatePreview('design_preview2', {
  title:  '',
  src:    'images/design/template-(1).jpg',
  width:  361,
  height: 456});
new TemplatePreview('design_preview3', {
  title:  '',
  src:    'images/design/template-(2).jpg',
  width:  358,
  height: 456});
new TemplatePreview('design_preview4', {
  title:  '',
  src:    'images/design/template-(3).jpg',
  width:  412,
  height: 456});
new TemplatePreview('design_preview5', {
  title:  '',
  src:    'images/design/template-(4).jpg',
  width:  433,
  height: 456});
new TemplatePreview('design_preview6', {
  title:  '',
  src:    'images/design/template-(5).jpg',
  width:  444,
  height: 456});
new TemplatePreview('design_preview7', {
  title:  '',
  src:    'images/design/template-(6).jpg',
  width:  500,
  height: 416});
new TemplatePreview('design_preview8', {
  title:  '',
  src:    'images/design/template-(7).jpg',
  width:  500,
  height: 456});
new TemplatePreview('design_preview9', {
  title:  '',
  src:    'images/design/template-(8).jpg',
  width:  385,
  height: 456});
new TemplatePreview('design_preview10', {
  title:  '',
  src:    'images/design/template-(9).jpg',
  width:  357,
  height: 456});
new TemplatePreview('design_preview11', {
  title:  '',
  src:    'images/design/template-(10).jpg',
  width:  357,
  height: 456});
new TemplatePreview('design_preview12', {
  title:  '',
  src:    'images/design/template-(11).jpg',
  width:  367,
  height: 456});
new TemplatePreview('design_preview13', {
  title:  '',
  src:    'images/design/template-(12).jpg',
  width:  381,
  height: 456});
}
Event.observe(window, 'load', function() { initTemplatePreview(); });
