function showImage(imagePath) {
	window.open("gizmos/imagepopup.php?"+imagePath,"MoopfImagePopup","height=100,width=100,resizable=1");
}

function showAlbum(albumPath) {
	window.open("gizmos/imagealbum.php?"+escape(albumPath),"MoopfImageAlbum","height=520,width=640,resizable=1");
}

function showVideo(videoURL) {
	window.open("gizmos/video.php?vid="+escape(videoURL),"MoopfVideo","height=375,width=450,resizable=1");
}

function changeStyle(thisobject,newstyle) {
	thisobject.className = newstyle;
}