function openImagePopup(imageName, imageWidth, imageHeight)
{
	var popup=window.open('index.php?imageName='+imageName+'&cmd=templateImagePopup.php', 'popup', 'width='+ imageWidth +',height='+ imageHeight +',status=no,scrollbars=no,resizable=no,top=0');
	popup.focus();
}function openImagePopup(imageName, imageWidth, imageHeight)
{
	var popup=window.open('index.php?imageName='+imageName+'&cmd=templateImagePopup.php', 'popup', 'width='+ imageWidth +',height='+ imageHeight +',status=no,scrollbars=no,resizable=no,top=0');
	popup.focus();
}