function popup(href, title, h, w) {
   	window.open(href, title, "height="+h+",width="+w+",scrollbars=yes,toolbars=no,resizable=yes");
}	
function open_popup(id){
	popup("photo-of-the-day.asp?id="+id,"test",'640','640');
}

function play_sliding_puzzle(image)
{
	window.open('public/files/nbl-kidz/sliding-puzzle/sliding-puzzle4bb4.html?image='+image, 'SlidingPuzzle', 'width=300, height=290, menubar=no,scrollbars=no,toolbar=no,resizable=no');
}