var today = new Date();
var year = today.getFullYear();
var date1 = new Date(year,2,20);
var date2 = new Date(year,5,1);
var date3 = new Date(year,8,5);
var date4 = new Date(year,10,19);
var start_picstart = 10;
if (today>date1) { start_picstart = 1 }
if (today>date2) { start_picstart = 4 }
if (today>date3) { start_picstart = 7 }
if (today>date4) { start_picstart = 10 }
// Höst 20 nov Vinter 20 mar Vår 1 jun Sommar 5 sep Höst 19 nov
var start_pictot = 3;
var idxsize = 3;
var pagedef = new Array(
  'start',       'Startsida',              '<area href="mailto:magnus@tryckhuset.com" shape="rect" coords="25, 261, 96, 274"><area href="mailto:catrin@tryckhuset.com" shape="rect" coords="25, 280, 118, 293"><area href="mailto:eva-lotta@tryckhuset.com" shape="rect" coords="25, 300, 121, 313">',
  'contact',     'Kontakta oss',           '<area href="mailto:info@tryckhuset.com" coords="63, 321, 178, 334" shape="rect"><area href="mailto:magnus@tryckhuset.com" coords="26, 381, 181, 394" shape="rect"><area href="mailto:catrin@tryckhuset.com" coords="26, 401, 202, 414" shape="rect">',
  'whoweare',    'Vilka vi är',            '<area href="mailto:magnus@tryckhuset.com" shape="rect" coords="36, 204, 107, 217"><area href="mailto:eva-lotta@tryckhuset.com" shape="rect" coords="36, 228, 132, 241"><area href="mailto:catrin@tryckhuset.com" shape="rect" coords="36, 252, 130, 265"><area href="mailto:janne@tryckhuset.com" shape="rect" coords="36, 276, 117, 289"><area href="mailto:henrik@tryckhuset.com" shape="rect" coords="36, 300, 114, 313"><area href="mailto:peter@tryckhuset.com" shape="rect" coords="36, 324, 109, 337"><area href="mailto:christian@tryckhuset.com" shape="rect" coords="36, 348, 118, 361">',
  'history',     'Vår historia',           '',
  'competence',  'Vår kompetens',          '',
  'references',  'Våra referenser',        '',
  'paper',       'Våra vanligaste papper', '<area href="http://www.mapsverige.se/" target="_blank" coords="40, 340, 127, 355" shape="rect"><area href="http://www.papyrus.com/se/" target="_blank" coords="40, 360, 129, 375" shape="rect"><area href="http://www.kuvertteamet.se/" target="_blank" coords="40, 380, 116, 395" shape="rect">',
  'environment', 'Vårt miljöarbete',       '',
  'whatelse',    'Vad hittar vi på mer',   '<area href="http://www.jangius.se/dyrgriparna/" target="_blank" shape="rect" coords="84, 301, 180, 314"><area href="http://www.tryckerimuseum.se/" target="_blank" shape="rect" coords="36, 361, 181, 374"><area href="http://www.tornbygruppen.linkoping.se/" target="_blank" shape="rect" coords="36, 381, 176, 394">'
  );

/*
  'start',       'Startsida',              '',
  'contact',     'Kontakta oss',           '<area href="mailto:info@tryckhuset.com" coords="63, 321, 178, 333" shape="rect"><area href="mailto:stig@tryckhuset.com" coords="26, 380, 185, 393" shape="rect"><area href="mailto:magnus@tryckhuset.com" coords="26, 400, 181, 413" shape="rect"><area href="mailto:roland@tryckhuset.com" coords="26, 420, 205, 433" shape="rect">',
  'whoweare',    'Vilka vi är',            '<area href="mailto:magnus@tryckhuset.com" shape="rect" coords="36, 200, 107, 213"><area href="mailto:roland@tryckhuset.com" shape="rect" coords="36, 220, 130, 233"><area href="mailto:stig@tryckhuset.com" shape="rect" coords="36, 240, 112, 253"><area href="mailto:info@tryckhuset.com" shape="rect" coords="36, 265, 108, 278"><area href="mailto:info@tryckhuset.com" shape="rect" coords="36, 285, 113, 298"><area href="mailto:ekonomi@tryckhuset.com" shape="rect" coords="36, 305, 116, 318">',
  'history',     'Vår historia',           '',
  'competence',  'Vår kompetens',          '',
  'references',  'Våra referenser',        '<area href="index.htm?id=5&sub=01" shape="rect" coords="35, 161, 137, 174"><area href="index.htm?id=5&sub=02" shape="rect" coords="35, 181, 191, 194"><area href="index.htm?id=5&sub=03" shape="rect" coords="35, 201, 124, 214"><area href="index.htm?id=5&sub=04" shape="rect" coords="35, 221, 160, 234"><area href="index.htm?id=5&sub=05" shape="rect" coords="35, 241, 145, 254"><area href="index.htm?id=5&sub=06" shape="rect" coords="35, 261, 163, 274"><area href="index.htm?id=5&sub=07" shape="rect" coords="35, 281, 180, 294"><area href="index.htm?id=5&sub=08" shape="rect" coords="35, 301, 84, 314"><area href="index.htm?id=5&sub=09" shape="rect" coords="35, 321, 196, 334">',
  'paper',       'Våra vanligaste papper', '<area href="http://www.papyrus.com/se/" target="_blank" coords="36, 360, 82, 375" shape="rect"><area href="http://www.svensktpapper.se/" target="_blank" coords="36, 380, 122, 395" shape="rect">',
  'environment', 'Vårt miljöarbete',       '',
  'whatelse',    'Vad hittar vi på mer',   '<area href="http://www.grafiskamuseetilinkoping.e.se" target="_blank" shape="rect" coords="36, 361, 181, 374"><area href="http://www.steningegruppen.linkoping.se" target="_blank" shape="rect" coords="36, 381, 187, 394">'
*/

