// JavaScript Document

function OpenPhotoWindow (url, target){
	window.open(url, target, 'width=640, height=480, resizable=yes, scrollbars=yes, menubar=no, status=yes, toolbar=no');
}
