function playVideo(objID, flashID, imgID, w, h) {
	document.getElementById(objID).src = 'http://images.ibsys.com/sh/idi/templates/videoplayer_' + w + 'x' + h + '.swf?coid=' + flashID + '&img=' + imgID + '&align=left&autoplay=true&cache=1';
}