var portfolio=new Array()
portfolio[0]=["../contest/mediaimages/small/hh-hempy-hugger2TH.jpg", "Happy Hempy n Heiny Hugger", "vimg.php?iid=301"]
portfolio[1]=["../contest/mediaimages/small/hhhugger-shadowTH.jpg", "Heiny Hugger", "vimg.php?iid=300"]
portfolio[2]=["../contest/mediaimages/small/hhhempy-shadowTH.jpg", "Happy Hempy", "vimg.php?iid=299"]
var thepics=new photogallery(portfolio, 6, 6, '', '')
thepics.onselectphoto=function(img, link){
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/hh-hempy-hugger2TH.jpg"){
window.open("vimg.php?iid=301", "", "width=650, height=650, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/hhhugger-shadowTH.jpg"){
window.open("vimg.php?iid=300", "", "width=650, height=650, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/hhhempy-shadowTH.jpg"){
window.open("vimg.php?iid=299", "", "width=650, height=650, status=1, resizable=0")
}
return false //cancel default action when clicking on image, by returning false instead of true
}
