<!--

if(!window.name) {
	window.name = 'main';
}

//function OpenPicture(height,width) {
//if(height>width) {
//   height = 640 + 40;
//   width = 480 + 20;
//}
//else {
//   height = 480 + 40;
//   width = 640 + 20;
//}
//window.open("","image",'toolbar=0,location=0,scrollbars=1,width='+width+',height='+height+',resizable=1,left=50,top=50');
//}

-->