﻿// JavaScript Document
var PosterId=new Array();
PosterId[0]='/extra/kids/images/still_rock_people/andreas.pdf';
PosterId[1]='/extra/kids/images/still_rock_people/eddy.pdf';
PosterId[2]='/extra/kids/images/still_rock_people/gabriella.pdf';
PosterId[3]='/extra/kids/images/still_rock_people/gordon.pdf';
PosterId[4]='/extra/kids/images/still_rock_people/larry.pdf';
PosterId[5]='/extra/kids/images/still_rock_people/manuel.pdf';
PosterId[6]='/extra/kids/images/still_rock_people/petra.pdf';
PosterId[7]='/extra/kids/images/still_rock_people/polly.pdf';
PosterId[8]='/extra/kids/images/still_rock_people/ranger.pdf';
PosterId[9]='/extra/kids/images/still_rock_people/vera.pdf';
PosterId[10]='/extra/kids/images/still_rock_people/william.pdf';
PosterId[11]='/extra/kids/images/still_rock_people/rockPeopleScene.pdf';


function callPoster(href)
{
var thisPosterID = href.substring(href.indexOf('=')+1,href.length);
openwin(PosterId[thisPosterID],'_blank');
}
