var portfolio=new Array()
portfolio[0]=["../contest/mediaimages/small/happy-heinys-logo.jpg", "Happy Heinys", "vimg.php?iid=613"]
var thepics=new photogallery(portfolio, 6, 20, '', '')
thepics.onselectphoto=function(img, link){
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/happy-heinys-logo.jpg"){
window.open("vimg.php?iid=613", "", "width=650, height=452, status=1, resizable=0")
}
return false //cancel default action when clicking on image, by returning false instead of true
}
