var portfolio=new Array()
portfolio[0]=["../contest/mediaimages/small/2-hh-poster-1.jpg", "Poster 1", "vimg.php?iid=385"]
portfolio[1]=["../contest/mediaimages/small/1-hh-poster-2.jpg", "Poster 2", "vimg.php?iid=386"]
portfolio[2]=["../contest/mediaimages/small/1-hh-poster-3.jpg", "Poster 3", "vimg.php?iid=387"]
portfolio[3]=["../contest/mediaimages/small/1-hh-poster-4.jpg", "Poster 4", "vimg.php?iid=388"]
var thepics=new photogallery(portfolio, 5, 6, '', '')
thepics.onselectphoto=function(img, link){
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/2-hh-poster-1.jpg"){
window.open("vimg.php?iid=385", "", "width=650, height=897, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/1-hh-poster-2.jpg"){
window.open("vimg.php?iid=386", "", "width=650, height=897, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/1-hh-poster-3.jpg"){
window.open("vimg.php?iid=387", "", "width=650, height=897, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/1-hh-poster-4.jpg"){
window.open("vimg.php?iid=388", "", "width=650, height=897, status=1, resizable=0")
}
return false //cancel default action when clicking on image, by returning false instead of true
}
