var portfolio=new Array()
portfolio[0]=["../contest/mediaimages/small/jar_9918.jpg", "Diaper Rash Remedy & Prevention", "vimg.php?iid=357"]
portfolio[1]=["../contest/mediaimages/small/tube_9926.jpg", "Diaper Rash Remedy & Prevention Easy Dispense Tube", "vimg.php?iid=356"]
portfolio[2]=["../contest/mediaimages/small/grandma-els-pack.jpg", "Granma El\'s Pack", "vimg.php?iid=532"]
portfolio[3]=["../contest/mediaimages/small/heiny-spray-high-2.jpg", "Heiny Spray", "vimg.php?iid=223"]
portfolio[4]=["../contest/mediaimages/small/wash_9956.jpg", "Tear-Free Gentle Baby Cleanser", "vimg.php?iid=354"]
portfolio[5]=["../contest/mediaimages/small/shampoo_9944.jpg", "Tear-Free Gentle Baby Shampoo", "vimg.php?iid=355"]
var thepics=new photogallery(portfolio, 6, 10, '', '')
thepics.onselectphoto=function(img, link){
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/jar_9918.jpg"){
window.open("vimg.php?iid=357", "", "width=264, height=370, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/tube_9926.jpg"){
window.open("vimg.php?iid=356", "", "width=264, height=370, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/grandma-els-pack.jpg"){
window.open("vimg.php?iid=532", "", "width=287, height=287, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/heiny-spray-high-2.jpg"){
window.open("vimg.php?iid=223", "", "width=650, height=854, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/wash_9956.jpg"){
window.open("vimg.php?iid=354", "", "width=264, height=370, status=1, resizable=0")
}
if(img.src=="http://www.happyheinys.com/contest/mediaimages/small/shampoo_9944.jpg"){
window.open("vimg.php?iid=355", "", "width=264, height=370, status=1, resizable=0")
}
return false //cancel default action when clicking on image, by returning false instead of true
}
